cliextension

package
v0.0.0-...-0907076 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 16, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	// contains filtered or unexported fields
}

Config represents the object to interact with cli-ext

func NewCLIExtensionConfig

func NewCLIExtensionConfig(binPath string, logger *logrus.Logger) *Config

NewCLIExtensionConfig creates CLIExtensionConfig to interact with cli-extension

func (*Config) ConvertMetadataToSDL

func (c *Config) ConvertMetadataToSDL(toPayload types.SDLToRequest) (toResponse types.SDLToResponse, err error)

ConvertMetadataToSDL converts actions metadata to graphql SDL

func (*Config) ConvertSDLToMetadata

func (c *Config) ConvertSDLToMetadata(fromPayload types.SDLFromRequest) (fromResponse types.SDLFromResponse, err error)

ConvertSDLToMetadata converts graphql SDL to hasura metadata

func (*Config) GetActionsCodegen

func (c *Config) GetActionsCodegen(codegenReq types.ActionsCodegenRequest) (codegenResp types.ActionsCodegenResponse, err error)

GetActionsCodegen generates codegen for an action

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL