Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntryPoint ¶
type EntryPoint struct {
// contains filtered or unexported fields
}
func NewEntryPoint ¶
func NewEntryPoint(runFn func(ctx context.Context, args []string) int) *EntryPoint
func (*EntryPoint) Main ¶
func (e *EntryPoint) Main() int
Click to show internal directories.
Click to hide internal directories.