package
Version:
v0.27.0-reserved
Opens a new window with list of versions in this module.
Published: Nov 30, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Handler struct {
Value string `default:"default"`
Cool bool `default:"false"`
}
func (*Handler) Args ¶
added in
v0.26.0
func (*Handler) Command ¶
added in
v0.26.0
func (*Handler) Name ¶
added in
v0.26.0
func (*Handler) Run ¶
func (me *Handler) Run(
ctx context.Context,
cmd *cobra.Command,
arr []string,
read io.Reader,
write io.Writer,
en SampleEnum,
br io.ByteReader, bw io.ByteWriter, bs io.ByteScanner,
) (snake.Output, error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.