base

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2016 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const SchemaVersionCurrent = 3

Variables

This section is empty.

Functions

This section is empty.

Types

type Base

type Base struct {
	Active        bool   `json:"-" bson:"_active"`
	CreatedTime   string `json:"createdTime,omitempty" bson:"createdTime,omitempty"`
	GroupID       string `json:"-" bson:"_groupId,omitempty"`
	GUID          string `json:"guid,omitempty" bson:"guid,omitempty"`
	ID            string `json:"id,omitempty" bson:"id,omitempty"`
	SchemaVersion int    `json:"-" bson:"_schemaVersion,omitempty"`
	Type          string `json:"type,omitempty" bson:"type,omitempty"`
	UploadID      string `json:"uploadId,omitempty" bson:"uploadId,omitempty"`
	UserID        string `json:"-" bson:"_userId,omitempty"`
	Version       int    `json:"-" bson:"_version,omitempty"`

	Annotations      *[]interface{} `json:"annotations,omitempty" bson:"annotations,omitempty"`
	ClockDriftOffset *int           `json:"clockDriftOffset,omitempty" bson:"clockDriftOffset,omitempty"`
	ConversionOffset *int           `json:"conversionOffset,omitempty" bson:"conversionOffset,omitempty"`
	DeviceID         *string        `json:"deviceId,omitempty" bson:"deviceId,omitempty"`
	DeviceTime       *string        `json:"deviceTime,omitempty" bson:"deviceTime,omitempty"`
	Payload          *interface{}   `json:"payload,omitempty" bson:"payload,omitempty"`
	Time             *string        `json:"time,omitempty" bson:"time,omitempty"`
	TimezoneOffset   *int           `json:"timezoneOffset,omitempty" bson:"timezoneOffset,omitempty"`
}

func (*Base) Init

func (b *Base) Init()

func (*Base) Meta

func (b *Base) Meta() interface{}

func (*Base) Normalize

func (b *Base) Normalize(normalizer data.Normalizer) error

func (*Base) Parse

func (b *Base) Parse(parser data.ObjectParser) error

func (*Base) SetActive

func (b *Base) SetActive(active bool)

func (*Base) SetDatasetID

func (b *Base) SetDatasetID(datasetID string)

func (*Base) SetGroupID

func (b *Base) SetGroupID(groupID string)

func (*Base) SetUserID

func (b *Base) SetUserID(userID string)

func (*Base) Validate

func (b *Base) Validate(validator data.Validator) error

type Meta

type Meta struct {
	Type string `json:"type,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL