project_config

package
v1.6.4 Latest Latest
Warning

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

Go to latest
Published: Nov 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
	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 CreateOrUpdateProjectFlow added in v1.4.6

type CreateOrUpdateProjectFlow struct {
	httpx.MethodPost
	wasm.Flow `in:"body"`
}

func (*CreateOrUpdateProjectFlow) Output added in v1.4.6

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

func (*CreateOrUpdateProjectFlow) Path added in v1.4.6

type CreateProjectSchema

type CreateProjectSchema struct {
	httpx.MethodPost
	wasm.Database `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
}

func (*GetProjectEnv) Output

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

func (*GetProjectEnv) Path

func (r *GetProjectEnv) Path() string

type GetProjectFlow added in v1.4.6

type GetProjectFlow struct {
	httpx.MethodGet
}

func (*GetProjectFlow) Output added in v1.4.6

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

func (*GetProjectFlow) Path added in v1.4.6

func (r *GetProjectFlow) Path() string

type GetProjectSchema

type GetProjectSchema struct {
	httpx.MethodGet
}

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