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