Versions in this module Expand all Collapse all v0 v0.0.1 May 14, 2023 Changes in this version + type GithubRPC struct + func Discover(ctx context.Context, c *github.Client, owner string, repo string) ([]*GithubRPC, error) + func New(ctx context.Context, c *github.Client, owner string, repo string, ...) (*GithubRPC, error) + func (gr *GithubRPC) Description() string + func (gr *GithubRPC) Name() string + func (gr *GithubRPC) Params() []arpicee.Parameter + func (gr *GithubRPC) Run(args []arpicee.Argument) (map[string]interface{}, error) + type Workflow struct + On map[string]WorkflowTriggers + type WorkflowInput struct + Description string + InputType string + Required bool + type WorkflowTriggers struct + Inputs map[string]WorkflowInput