Documentation ¶
Overview ¶
Package zenutil is internal. DO NOT USE.
Index ¶
- Constants
- Variables
- func ColorEquals(c1, c2 color.Color) bool
- func IsAvailable() bool
- func ParseColor(s string) color.Color
- func Run(ctx context.Context, args []string) ([]byte, error)
- func RunProgress(ctx context.Context, max int, close bool, extra *string, args []string) (*progressDialog, error)
- func UnparseColor(c color.Color) string
Constants ¶
View Source
const ( ErrCanceled = stringErr("dialog canceled") ErrExtraButton = stringErr("extra button pressed") ErrUnsupported = stringErr("unsupported option") )
These are internal.
Variables ¶
View Source
var ( Command bool Timeout int DateFormat = "%Y-%m-%d" DateUTS35 = func() (string, error) { return "yyyy-MM-dd", nil } DateParse = func(s string) (time.Time, error) { return time.Parse("2006-01-02", s) } )
These are internal.
View Source
var ( Separator = "\x1e" LineBreak = "\n" )
These are internal.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.