Documentation
¶
Index ¶
- type Enabled
- func (e *Enabled) Create(collection *mongo.Collection) error
- func (e *Enabled) Delete(collection *mongo.Collection) error
- func (e *Enabled) Merge(collection *mongo.Collection) error
- func (e *Enabled) Remove(collection *mongo.Collection) error
- func (e *Enabled) Replace(collection *mongo.Collection) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Enabled ¶
type Enabled struct { interfaces.NetconfAttributes `bson:"-" json:"@,omitempty"` interfaces.DefaultVNFDocument `bson:"-" json:"-"` Enabled bool `bson:"enabled"` }
Click to show internal directories.
Click to hide internal directories.