Documentation ¶
Overview ¶
constants package is where you keep shared constants between packages Inspired by https://github.com/kubernetes/minikube/blob/master/pkg/minikube/constants/constants.go
Index ¶
Constants ¶
View Source
const ( LANGUAGE_SERVICE = "micro.service.language" ACCOUNT_SERVICE = "mkit.service.account" GREETER_SERVICE = "mkit.service.greeter" EMAILER_SERVICE = "mkit.service.emailer" RECORDER_SERVICE = "mkit.service.recorder" )
View Source
const ( // There are certain requirements for metadata to be passed in the http header: // Just use all capital letters for God's sake TransID = "TRANS-ID" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.