Documentation ¶
Index ¶
- type FolderAPIBuilder
- func (b *FolderAPIBuilder) GetAPIGroupInfo(scheme *runtime.Scheme, codecs serializer.CodecFactory, ...) (*genericapiserver.APIGroupInfo, error)
- func (b *FolderAPIBuilder) GetAPIRoutes() *builder.APIRoutes
- func (b *FolderAPIBuilder) GetAuthorizer() authorizer.Authorizer
- func (b *FolderAPIBuilder) GetDesiredDualWriterMode(dualWrite bool, modeMap map[string]grafanarest.DualWriterMode) grafanarest.DualWriterMode
- func (b *FolderAPIBuilder) GetGroupVersion() schema.GroupVersion
- func (b *FolderAPIBuilder) GetOpenAPIDefinitions() common.GetOpenAPIDefinitions
- func (b *FolderAPIBuilder) InstallSchema(scheme *runtime.Scheme) error
- func (b *FolderAPIBuilder) PostProcessOpenAPI(oas *spec3.OpenAPI) (*spec3.OpenAPI, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FolderAPIBuilder ¶
type FolderAPIBuilder struct {
// contains filtered or unexported fields
}
This is used just so wire has something unique to return
func RegisterAPIService ¶
func RegisterAPIService(cfg *setting.Cfg, features featuremgmt.FeatureToggles, apiregistration builder.APIRegistrar, folderSvc folder.Service, accessControl accesscontrol.AccessControl, ) *FolderAPIBuilder
func (*FolderAPIBuilder) GetAPIGroupInfo ¶
func (b *FolderAPIBuilder) GetAPIGroupInfo( scheme *runtime.Scheme, codecs serializer.CodecFactory, optsGetter generic.RESTOptionsGetter, desiredMode grafanarest.DualWriterMode, ) (*genericapiserver.APIGroupInfo, error)
func (*FolderAPIBuilder) GetAPIRoutes ¶
func (b *FolderAPIBuilder) GetAPIRoutes() *builder.APIRoutes
func (*FolderAPIBuilder) GetAuthorizer ¶
func (b *FolderAPIBuilder) GetAuthorizer() authorizer.Authorizer
func (*FolderAPIBuilder) GetDesiredDualWriterMode ¶
func (b *FolderAPIBuilder) GetDesiredDualWriterMode(dualWrite bool, modeMap map[string]grafanarest.DualWriterMode) grafanarest.DualWriterMode
func (*FolderAPIBuilder) GetGroupVersion ¶
func (b *FolderAPIBuilder) GetGroupVersion() schema.GroupVersion
func (*FolderAPIBuilder) GetOpenAPIDefinitions ¶
func (b *FolderAPIBuilder) GetOpenAPIDefinitions() common.GetOpenAPIDefinitions
func (*FolderAPIBuilder) InstallSchema ¶
func (b *FolderAPIBuilder) InstallSchema(scheme *runtime.Scheme) error
func (*FolderAPIBuilder) PostProcessOpenAPI ¶
Click to show internal directories.
Click to hide internal directories.