Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateRoutes ¶ added in v0.2.0
GenerateRoutes generates the minimal number of needed routes based on a set of routing configurations.
func NewAlreadyExistsError ¶ added in v0.1.4
func NewDoesNotExistError ¶ added in v0.1.4
Types ¶
type AlreadyExistsError ¶ added in v0.1.4
type AlreadyExistsError struct {
// contains filtered or unexported fields
}
func (*AlreadyExistsError) Error ¶ added in v0.1.4
func (error *AlreadyExistsError) Error() string
type DoesNotExistError ¶ added in v0.1.4
type DoesNotExistError struct {
// contains filtered or unexported fields
}
func (*DoesNotExistError) Error ¶ added in v0.1.4
func (error *DoesNotExistError) Error() string
type EgressConfig ¶ added in v0.1.11
Click to show internal directories.
Click to hide internal directories.