Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGetRepositoryName ¶
func NewGetRepositoryOwner ¶
Types ¶
type GetRepositoryName ¶
type GetRepositoryName struct{}
func (GetRepositoryName) Definition ¶
func (r GetRepositoryName) Definition(_ context.Context, _ function.DefinitionRequest, resp *function.DefinitionResponse)
func (GetRepositoryName) Metadata ¶
func (r GetRepositoryName) Metadata(_ context.Context, req function.MetadataRequest, resp *function.MetadataResponse)
func (GetRepositoryName) Run ¶
func (r GetRepositoryName) Run(ctx context.Context, req function.RunRequest, resp *function.RunResponse)
type GetRepositoryOwner ¶
type GetRepositoryOwner struct{}
func (GetRepositoryOwner) Definition ¶
func (r GetRepositoryOwner) Definition(_ context.Context, _ function.DefinitionRequest, resp *function.DefinitionResponse)
func (GetRepositoryOwner) Metadata ¶
func (r GetRepositoryOwner) Metadata(_ context.Context, req function.MetadataRequest, resp *function.MetadataResponse)
func (GetRepositoryOwner) Run ¶
func (r GetRepositoryOwner) Run(ctx context.Context, req function.RunRequest, resp *function.RunResponse)
Click to show internal directories.
Click to hide internal directories.