structure

package
v0.0.0-...-3c94e27 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2024 License: GPL-3.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 Influencer

type Influencer struct {
	ID       primitive.ObjectID `json:"_id,omitempty" bson:"_id,omitempty"`
	Name     string             `json:"name,omitempty" bson:"name,omitempty"`
	LinkedIn string             `json:"linkedin,omitempty" bson:"linkedin,omitempty"`
	Company  string             `json:"company,omitempty" bson:"company,omitempty"`
}

type InfluencerFeedback

type InfluencerFeedback struct {
	Name       string
	LinkedIn   string
	Post       *multipart.FileHeader
	Company    string
	Feedback   string
	Influencer interface{}
	ImageLink  string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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