Documentation ¶
Index ¶
- type BsProvider
- func (b *BsProvider) ActionHandler(actionName string, action *types.Action, request *types.APIContext) error
- func (b *BsProvider) CustomizeSchemas(schemas *types.Schemas)
- func (b *BsProvider) Formatter(apiContext *types.APIContext, resource *types.RawResource)
- func (b *BsProvider) GetName() string
- func (b *BsProvider) GetProviderConfig(projectID string) (interface{}, error)
- func (b *BsProvider) TransformToSourceCodeProvider(config map[string]interface{}) map[string]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BsProvider ¶
type BsProvider struct {
common.BaseProvider
}
func (*BsProvider) ActionHandler ¶
func (b *BsProvider) ActionHandler(actionName string, action *types.Action, request *types.APIContext) error
func (*BsProvider) CustomizeSchemas ¶
func (b *BsProvider) CustomizeSchemas(schemas *types.Schemas)
func (*BsProvider) Formatter ¶
func (b *BsProvider) Formatter(apiContext *types.APIContext, resource *types.RawResource)
func (*BsProvider) GetName ¶
func (b *BsProvider) GetName() string
func (*BsProvider) GetProviderConfig ¶
func (b *BsProvider) GetProviderConfig(projectID string) (interface{}, error)
func (*BsProvider) TransformToSourceCodeProvider ¶
func (b *BsProvider) TransformToSourceCodeProvider(config map[string]interface{}) map[string]interface{}
Click to show internal directories.
Click to hide internal directories.