Documentation ¶
Index ¶
- type BcProvider
- func (b *BcProvider) ActionHandler(actionName string, action *types.Action, request *types.APIContext) error
- func (b *BcProvider) CustomizeSchemas(schemas *types.Schemas)
- func (b *BcProvider) Formatter(apiContext *types.APIContext, resource *types.RawResource)
- func (b *BcProvider) GetName() string
- func (b *BcProvider) GetProviderConfig(projectID string) (interface{}, error)
- func (b *BcProvider) 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 BcProvider ¶
type BcProvider struct {
common.BaseProvider
}
func (*BcProvider) ActionHandler ¶
func (b *BcProvider) ActionHandler(actionName string, action *types.Action, request *types.APIContext) error
func (*BcProvider) CustomizeSchemas ¶
func (b *BcProvider) CustomizeSchemas(schemas *types.Schemas)
func (*BcProvider) Formatter ¶
func (b *BcProvider) Formatter(apiContext *types.APIContext, resource *types.RawResource)
func (*BcProvider) GetName ¶
func (b *BcProvider) GetName() string
func (*BcProvider) GetProviderConfig ¶
func (b *BcProvider) GetProviderConfig(projectID string) (interface{}, error)
func (*BcProvider) TransformToSourceCodeProvider ¶
func (b *BcProvider) TransformToSourceCodeProvider(config map[string]interface{}) map[string]interface{}
Click to show internal directories.
Click to hide internal directories.