Documentation ¶
Overview ¶
Package constant contains types and constants used by the ccv2 package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationHealthCheckType ¶
type ApplicationHealthCheckType string
ApplicationHealthCheckType is the method to reach the applications health check
const ( ApplicationHealthCheckPort ApplicationHealthCheckType = "port" ApplicationHealthCheckHTTP ApplicationHealthCheckType = "http" ApplicationHealthCheckProcess ApplicationHealthCheckType = "process" )
type RouterGroupType ¶
type RouterGroupType string
RouterGroupType is an enumeration of all possible router group types.
const ( // TCPRouterGroup represents a TCP router group. TCPRouterGroup RouterGroupType = "tcp" // HTTPRouterGroup represents a HTTP router group. HTTPRouterGroup RouterGroupType = "http" )
Click to show internal directories.
Click to hide internal directories.