Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Name is the name of the compiled software. Name string // Version is the version of the compiled software. Version string )
go build -ldflags "-X main.Version=x.y.z"
Functions ¶
func ParseToken ¶
func RunKratosApp ¶
func RunKratosApp(kratosServers ...kratosServer)
Types ¶
type ServiceConfig ¶
type ServiceConfig struct {
Http httpConfig
Grpc grpcConfig
}
Click to show internal directories.
Click to hide internal directories.