Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Create = Operation("create") Update = Operation("update") Action = Operation("action") List = Operation("list") )
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct { Version *types.APIVersion Schemas *types.Schemas RefValidator types.ReferenceValidator }
func NewBuilder ¶
func NewBuilder(apiRequest *types.APIContext) *Builder
Click to show internal directories.
Click to hide internal directories.