feat: basic authorization model
This commit is contained in:
@ -32,6 +32,7 @@ func (s *Spec) SpecData() map[string]any {
|
||||
|
||||
func NewSpec() *Spec {
|
||||
return &Spec{
|
||||
Revision: -1,
|
||||
Gateways: make(map[ID]GatewayEntry),
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user