Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Technology ¶
type Technology struct { ID primitive.ObjectID `bson:"_id" json:"id"` Name string `bson:"name" json:"name"` Src string `bson:"src" json:"src"` Display bool `bson:"display" json:"display"` }
func NewTechnology ¶
func NewTechnology(name string, src string, display bool) (*Technology, error)
func (*Technology) Validate ¶
func (t *Technology) Validate() error
Click to show internal directories.
Click to hide internal directories.