package deduplication
import "github.com/docker/compose-on-kubernetes/internal/deduplication"
Index ¶
Types ¶
type StringChan ¶
type StringChan struct {
// contains filtered or unexported fields
}
StringChan is a deduplicating string channel
func NewStringChan ¶
func NewStringChan(bufferSize int) *StringChan
NewStringChan creates a StringChan with the specified buffer size
func (*StringChan) Close ¶
func (c *StringChan) Close()
Close releases all resources
func (*StringChan) In ¶
func (c *StringChan) In() chan<- string
In returns the input channel of the deduplicator
func (*StringChan) Out ¶
func (c *StringChan) Out() <-chan string
Out returns the output channel of the deduplicator
Source Files ¶
- Version
- v0.4.25-alpha1
- Published
- Oct 30, 2019
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 54 minutes ago –
Tools for package owners.