Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ColorString ¶
ColorString colors a string with color of choice
Types ¶
type DuplicaPodIPError ¶
type DuplicaPodIPError struct {
// contains filtered or unexported fields
}
DuplicaPodIPError error for duplicate pod
func NewDuplicaPodIPError ¶
func NewDuplicaPodIPError(message string) *DuplicaPodIPError
NewDuplicaPodIPError creates a new duplicateIPError
func (*DuplicaPodIPError) Error ¶
func (e *DuplicaPodIPError) Error() string
type DuplicaServiceIPError ¶
type DuplicaServiceIPError struct {
// contains filtered or unexported fields
}
DuplicaServiceIPError error for duplicate service Error
func NewDuplicaServiceIPError ¶
func NewDuplicaServiceIPError(message string) *DuplicaServiceIPError
NewDuplicaServiceIPError creates a new duplicateIPError
func (*DuplicaServiceIPError) Error ¶
func (e *DuplicaServiceIPError) Error() string
Click to show internal directories.
Click to hide internal directories.