Documentation ¶ Index ¶ func New(runtimeCtx *runtime.Context) *cobra.Command type Handler func NewHandler(ctx *runtime.Context) *Handler func (h *Handler) Execute(ctx context.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(runtimeCtx *runtime.Context) *cobra.Command Types ¶ 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 Source Files ¶ View all Source files access.go Click to show internal directories. Click to hide internal directories.