technologies_domain

package
v0.0.0-...-5e2e8f1 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2024 License: MIT Imports: 2 Imported by: 0

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

Jump to

Keyboard shortcuts

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