classifiersmdl

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Classifier

type Classifier struct {
	Id       bson.ObjectId `bson:"_id"`
	Name     string        `bson:"name"`
	Category string        `bson:"category"`
	Created  time.Time     `bson:"created"`
	Updated  time.Time     `bson:"updated"`
	Revision string        `bson:"revision"`
	Data     string        `bson:"data"`
}

Classifier provides the cmodel instance for classifier job.

func (*Classifier) FromProtoBuffer

func (c *Classifier) FromProtoBuffer(category *pb.Classifier)

FromProtoBuffer gets data from protocol buffer and converts to the classifier structure.

func (*Classifier) ToProtoBuffer

func (c *Classifier) ToProtoBuffer() *pb.Classifier

ToProtoBuffer converts the classifier structure into a protocol buffer classifier structure.

Jump to

Keyboard shortcuts

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