Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
ApolloCustomFunctions []apollo.CustomFunction
}
Options is used to initialize the apollo config suit or option.
type ThreadSafeSet ¶
ThreadSafeSet wrapper of Set.
func (*ThreadSafeSet) DiffAndEmplace ¶
func (ts *ThreadSafeSet) DiffAndEmplace(other Set) []string
DiffAndEmplace returns the keys that are not in other and emplace the old set.
Click to show internal directories.
Click to hide internal directories.