//
pkg.gl
Category
github.com/corex-io/micro
module
package
0.0.0-20240306160220-7f2d34a47ce7
Repository:
https://github.com/corex-io/micro.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
16
Dependents
0
Files
265 SLOC
#
README
micro
Golang
#
Packages
common
No description provided by the author
datatypes
No description provided by the author
db
No description provided by the author
kv
No description provided by the author
limit
No description provided by the author
log
No description provided by the author
#
Functions
Context
Context specifies a context for the service.
F
F warp func service.
Name
Name service name.
New
New creates and returns a new Service based on the packages within.
Pprof
No description provided by the author
Trace
No description provided by the author
#
Structs
Options
Options options.
#
Interfaces
Init
Init interface.
Runnable
Runnable implements run method.
Service
Service is an interface that wraps the lower level libraries within go-micro.
#
Type aliases
InitFunc
InitFunc implements Runnable interface.
Option
Option function.
RunFunc
RunFunc implements Runnable interface.