Documentation ¶
Index ¶
- func GetOutBoundIP() (ip string, err error)
- func GetPrivateIP() (string, error)
- func GetPublicIP() (string, error)
- func InSliceString(sl []string, st string) bool
- func JoinStrBase(sep string, elems []string) string
- func JoinStrings(elems ...string) string
- func TopicMatch(filter, topic string, handleSharedSubscription bool) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetOutBoundIP ¶
func GetPrivateIP ¶
func GetPublicIP ¶
func InSliceString ¶
InSliceString returns true if a string exists in a slice of strings. This temporary and should be replaced with a function from the new go slices package in 1.19 when available. https://github.com/golang/go/issues/45955
func JoinStrBase ¶
func JoinStrings ¶
func TopicMatch ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.