integration

package
v0.0.0-...-80164ef Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MongoModel

type MongoModel struct {
	ID      primitive.ObjectID `bson:"_id"`
	Order   int                `bson:"order"`
	Tags    []string           `bson:"tags"`
	Payload string             `bson:"payload"`
}

func GetMongoModelWithRandomPayload

func GetMongoModelWithRandomPayload(order int, tags []string) *MongoModel

func GetRandomMongoModel

func GetRandomMongoModel() *MongoModel

Jump to

Keyboard shortcuts

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