Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Name ¶
type Name string
func FromString ¶
FromString is the official framework way to retrieve/know a service name assuring that it is in the right/supported format.
func (Name) ToDatabase ¶
ToDatabase returns the service name in the format that should be used by the database name of a service.
func (Name) ToEvent ¶
ToEvent gives the Name in the format to be used when trying to manipulate pubsub event names.
func (Name) ToSettings ¶
ToSettings gives the Name in the format handled by the settings service.
type ServerPort ¶
type ServerPort int32
ServerPort is a framework type representing a port listened by a specific type of service.
func (ServerPort) Int ¶
func (s ServerPort) Int() int
Int returns the current ServerPort in int format.
func (ServerPort) Int32 ¶
func (s ServerPort) Int32() int32
Int32 returns the current ServerPort in int32 format.
Click to show internal directories.
Click to hide internal directories.