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 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.