Documentation
¶
Index ¶
- func Cfg(name ...string) *gcfgx.Config
- func Client(client ...*gclient.Client) *gclientx.Client
- func Config(name ...string) *gcfgx.Config
- func Go(ctx context.Context, goroutineFunc func(ctx context.Context), ...)
- func GoAnyway(ctx context.Context, goroutineFunc func(ctx context.Context))
- func GoAnywayX(goroutineFunc func())
- func GoX(goroutineFunc func(), recoverFunc func(exception error), finallyFunc ...func())
- func Server(name ...interface{}) *ghttpx.Server
- func Try(ctx context.Context, try func(ctx context.Context), ...) (err error)
- func TryCatch(ctx context.Context, try func(ctx context.Context), ...)
- func TryCatchX(try func(), catch func(exception error), finally ...func())
- func TryIgnore(ctx context.Context, try func(ctx context.Context), ...)
- func TryIgnoreX(try func(), finally ...func())
- func TryX(try func(), finally ...func()) (err error)
- func ViewX(name ...string) *gviewx.View
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoX ¶ added in v0.7.0
func GoX( goroutineFunc func(), recoverFunc func(exception error), finallyFunc ...func(), )
func TryCatchX ¶ added in v0.7.0
func TryCatchX(try func(), catch func(exception error), finally ...func())
func TryIgnoreX ¶ added in v0.7.0
func TryIgnoreX(try func(), finally ...func())
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.