models

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountModel

type AccountModel struct {
	Id             int
	Name           string
	ApiKey         string
	ObsoleteApiKey string
	CreateadAt     string
	LastSyncedAt   string
	UpdatedAt      string
	IsDisabled     string
}

type BlazingDocsError

type BlazingDocsError struct {
	Message string
}

func (BlazingDocsError) Error

func (e BlazingDocsError) Error() string

type FileModel

type FileModel struct {
	Id             string
	Name           string
	ContentType    string
	DownloadUrl    string
	CreateadAt     string
	LastModifiedAt string
	LastAccessedAt string
	Length         int
}

type OperationModel

type OperationModel struct {
	Id                  string
	Type                string
	PageCount           int
	ElapsedMilliseconds int
	RemoteIpAddress     int
	Files               []FileModel
}

type OperationTypeModel

type OperationTypeModel struct {
	Name string
}

type PlanModel

type PlanModel struct {
	Id           string
	Name         string
	Price        float64
	PricePerUnit float64
	Quota        int
}

type TemplateModel

type TemplateModel struct {
	Id             string
	Name           string
	ContentType    string
	DownloadUrl    string
	CreateadAt     string
	LastModifiedAt string
	LastAccessedAt string
	Length         int
}

type UsageModel

type UsageModel struct {
	Quota     int
	PageCount int
	Usage     int
}

Jump to

Keyboard shortcuts

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