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
func (r *CreateOrUpdateProjectFlow) Path() string
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 ¶
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
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 ¶
func (*GetProjectSchema) Output ¶
func (r *GetProjectSchema) Output(ctx context.Context) (interface{}, error)
func (*GetProjectSchema) Path ¶
func (r *GetProjectSchema) Path() string
Click to show internal directories.
Click to hide internal directories.