types

package
v0.0.0-...-2804839 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Relation

type Relation struct {
	ID             primitive.ObjectID `bson:"_id,omitempty" json:"-"`
	From           string             `bson:"from" json:"from"`
	To             string             `bson:"to" json:"to"`
	Provider       string             `bson:"provider" json:"provider"`
	ConnectedAt    time.Time          `bson:"connected_at" json:"connectedAt"`
	DisconnectedAt *time.Time         `bson:"disconnected_at" json:"disconnectedAt"`
	Extra          []byte             `bson:"extra" json:"extra"`
}

Jump to

Keyboard shortcuts

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