githubrpc

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: May 14, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GithubRPC

type GithubRPC struct {
	// contains filtered or unexported fields
}

func Discover

func Discover(ctx context.Context, c *github.Client, owner string, repo string) ([]*GithubRPC, error)

func New

func New(ctx context.Context, c *github.Client, owner string, repo string, workflowName string) (*GithubRPC, error)

func (*GithubRPC) Description

func (gr *GithubRPC) Description() string

func (*GithubRPC) Name

func (gr *GithubRPC) Name() string

func (*GithubRPC) Params

func (gr *GithubRPC) Params() []arpicee.Parameter

func (*GithubRPC) Run

func (gr *GithubRPC) Run(args []arpicee.Argument) (map[string]interface{}, error)

type Workflow

type Workflow struct {
	On map[string]WorkflowTriggers
}

type WorkflowInput

type WorkflowInput struct {
	Description string
	Required    bool
	InputType   string `yaml:"type"`
}

type WorkflowTriggers

type WorkflowTriggers struct {
	Inputs map[string]WorkflowInput
}

Jump to

Keyboard shortcuts

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