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