Documentation ¶
Index ¶
- Constants
- type DB
- func (db *DB) ApplyToDevice(ctx context.Context, svc command.Service, bp *blueprint.Blueprint, udid string) error
- func (db *DB) BlueprintByName(name string) (*blueprint.Blueprint, error)
- func (db *DB) BlueprintsByApplyAt(name string) ([]*blueprint.Blueprint, error)
- func (db *DB) Create(bp *blueprint.Blueprint) error
- func (db *DB) Delete(name string) error
- func (db *DB) List() ([]blueprint.Blueprint, error)
- func (db *DB) Save(bp *blueprint.Blueprint) error
- func (db *DB) StartListener(sub pubsub.Subscriber, cmdSvc command.Service) error
Constants ¶
View Source
const (
BlueprintBucket = "mdm.Blueprint"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
func (*DB) ApplyToDevice ¶
func (*DB) BlueprintByName ¶
func (*DB) BlueprintsByApplyAt ¶
func (*DB) StartListener ¶
Click to show internal directories.
Click to hide internal directories.