Documentation ¶
Index ¶
- func BindingsHCL(bindings map[string]StringSet) (string, error)
- func GetTestCredentials(tb testing.TB) (string, *gcputil.GcpCredentials)
- func GetTestProject(tb testing.TB) string
- func ParseBindings(bindingsStr string) (map[string]StringSet, error)
- type StringSet
- func (ss StringSet) Add(v string)
- func (ss StringSet) Equals(other StringSet) bool
- func (ss StringSet) Includes(v string) bool
- func (ss StringSet) Intersection(other StringSet) StringSet
- func (ss StringSet) Sub(other StringSet) StringSet
- func (ss StringSet) ToSlice() []string
- func (ss StringSet) Union(other StringSet) StringSet
- func (ss StringSet) Update(members ...string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTestCredentials ¶
func GetTestCredentials(tb testing.TB) (string, *gcputil.GcpCredentials)
func GetTestProject ¶
Types ¶
type StringSet ¶
type StringSet map[string]struct{}
A set of strings
func (StringSet) Intersection ¶
Click to show internal directories.
Click to hide internal directories.