project_config

package
v1.0.0-rc2 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Root = kit.NewRouter(httptransport.Group("/project_config"))

Functions

This section is empty.

Types

type CreateOrUpdateProjectEnv

type CreateOrUpdateProjectEnv struct {
	httpx.MethodPost
	ProjectName string `name:"projectName" in:"path"`
	wasm.Env    `in:"body"`
}

func (*CreateOrUpdateProjectEnv) Output

func (r *CreateOrUpdateProjectEnv) Output(ctx context.Context) (interface{}, error)

func (*CreateOrUpdateProjectEnv) Path

func (r *CreateOrUpdateProjectEnv) Path() string

type CreateProjectSchema

type CreateProjectSchema struct {
	httpx.MethodPost
	ProjectName string `name:"projectName" in:"path"`
	wasm.Schema `in:"body"`
}

func (*CreateProjectSchema) Output

func (r *CreateProjectSchema) Output(ctx context.Context) (interface{}, error)

func (*CreateProjectSchema) Path

func (r *CreateProjectSchema) Path() string

type GetProjectEnv

type GetProjectEnv struct {
	httpx.MethodGet
	ProjectName string `name:"projectName" in:"path"`
}

func (*GetProjectEnv) Output

func (r *GetProjectEnv) Output(ctx context.Context) (interface{}, error)

func (*GetProjectEnv) Path

func (r *GetProjectEnv) Path() string

type GetProjectSchema

type GetProjectSchema struct {
	httpx.MethodGet
	ProjectName string `name:"projectName" in:"path"`
}

func (*GetProjectSchema) Output

func (r *GetProjectSchema) Output(ctx context.Context) (interface{}, error)

func (*GetProjectSchema) Path

func (r *GetProjectSchema) Path() string

Jump to

Keyboard shortcuts

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