list_key

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2025 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(runtimeCtx *runtime.Context) *cobra.Command

Types

type GraphQLExecutor

type GraphQLExecutor interface {
	Execute(ctx context.Context, req *graphql.Request, resp any) error
}

type Handler

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

func NewHandler

func NewHandler(ctx *runtime.Context) *Handler

func (*Handler) Execute

func (h *Handler) Execute(ctx context.Context) error

type WorkflowOwner

type WorkflowOwner struct {
	WorkflowOwnerAddress string `json:"workflowOwnerAddress"`
	WorkflowOwnerLabel   string `json:"workflowOwnerLabel"`
	Environment          string `json:"environment"`
	VerificationStatus   string `json:"verificationStatus"`
	VerifiedAt           string `json:"verifiedAt"`
	ChainSelector        string `json:"chainSelector"`
	ContractAddress      string `json:"contractAddress"`
	RequestProcess       string `json:"requestProcess"`
}

Jump to

Keyboard shortcuts

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