Documentation
¶
Overview ¶
Package gitlabfunctions implements the gitlab-function AutoFlow module, which speaks AutoFlow proto Values on its boundary and structpb within.
Index ¶
Constants ¶
View Source
const ModuleName = "gitlab-function"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
Module is the gitlab-function AutoFlow module.
func (*Module) InvokeAction ¶
func (m *Module) InvokeAction(ctx context.Context, actionName, _, _ string, args []*autoflow.Value, kwargs []*autoflow.Kwarg, _ []*autoflow.ChannelToken) (*autoflow.Result, error)
InvokeAction dispatches an action call. Only an unknown action is a Go error; every function-level outcome is a Result.
func (*Module) LoadModuleDescriptor ¶
Click to show internal directories.
Click to hide internal directories.