Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ObjectMerge ¶ added in v0.0.20
Types ¶
type BufferedReadCloser ¶
type BufferedReadCloser interface { io.ReadCloser BufferedAll() ([]byte, error) }
func NewBufferedReadCloser ¶
func NewBufferedReadCloser(sub io.ReadCloser) BufferedReadCloser
type SyncStringSet ¶
type SyncStringSet struct {
// contains filtered or unexported fields
}
func (*SyncStringSet) Add ¶
func (s *SyncStringSet) Add(value string) bool
func (*SyncStringSet) AddAll ¶
func (s *SyncStringSet) AddAll(values []string)
func (*SyncStringSet) Contains ¶
func (s *SyncStringSet) Contains(value string) bool
func (*SyncStringSet) Get ¶
func (s *SyncStringSet) Get() []string
Click to show internal directories.
Click to hide internal directories.