models

package
v0.0.0-...-a4547dd Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FigmaFileVersionModel

type FigmaFileVersionModel struct {
	ID          string         `json:"id" bson:"fileId"`
	CreatedAt   string         `json:"created_at" bson:"createdAt"`
	Label       string         `json:"label" bson:"label"`
	Description string         `json:"description" bson:"description"`
	User        FigmaUserModel `json:"user" bson:"user"`
}

FigmaFileVersionModel это модель версии файла Figma

type FigmaProjectFileModel

type FigmaProjectFileModel struct {
	ID primitive.ObjectID `bson:"_id"`

	FileKey     string                 `bson:"fileKey"`
	SlackID     string                 `bson:"slackId"`
	FileVersion *FigmaFileVersionModel `bson:"fileVersion"`
}

FigmaProjectFileModel это модель для фигма-файла, который сязан с проектом. Эта модель находится в БД

type FigmaResponseModel

type FigmaResponseModel struct {
	Versions []FigmaFileVersionModel `json:"versions"`
}

type FigmaUserModel

type FigmaUserModel struct {
	ID            string `json:"id" bson:"userId"`
	Handle        string `json:"handle" bson:"handle"`
	ProfileImgURL string `json:"img_url" bson:"imgUrl"`
	Email         string `json:"email" bson:"email"`
}

FigmaUserModel модель пользователя в Figma

Jump to

Keyboard shortcuts

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