common

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2020 License: Apache-2.0 Imports: 2 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StructToMap

func StructToMap(obj interface{}) map[string]interface{}

StructToMap converts a struct to a map[string]interface{} based on `json` annotations defaulting to field names

Types

type StringSet

type StringSet map[string]struct{}

StringSet represents a list of uniq strings

func NewStringSet

func NewStringSet(initItems ...string) StringSet

NewStringSet returns as new StringSet initialized with initItems

func (StringSet) Add

func (s StringSet) Add(item string)

Add adds a item to the set

func (StringSet) GetAll

func (s StringSet) GetAll() []string

GetAll returns all the strings from the set

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL