mongo-drivergo.mongodb.org/mongo-driver/tag Index | Files

package tag

import "go.mongodb.org/mongo-driver/tag"

Index

Types

type Set

type Set []Tag

Set is an ordered list of Tags.

func NewTagSetFromMap

func NewTagSetFromMap(m map[string]string) Set

NewTagSetFromMap creates a new tag set from a map.

func NewTagSetsFromMaps

func NewTagSetsFromMaps(maps []map[string]string) []Set

NewTagSetsFromMaps creates new tag sets from maps.

func (Set) Contains

func (ts Set) Contains(name, value string) bool

Contains indicates whether the name/value pair exists in the tagset.

func (Set) ContainsAll

func (ts Set) ContainsAll(other []Tag) bool

ContainsAll indicates whether all the name/value pairs exist in the tagset.

type Tag

type Tag struct {
	Name  string
	Value string
}

Tag is a name/vlaue pair.

Source Files

tag.go

Version
v1.1.1
Published
Sep 5, 2019
Platform
linux/amd64
Last checked
45 seconds ago

Tools for package owners.