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"`
}
Click to show internal directories.
Click to hide internal directories.