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