model

package
v0.0.0-...-6e65144 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2020 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 Category

type Category struct {
	ID   int
	Name string
}

type Circle

type Circle struct {
	ID            int
	Name          string
	About         string
	CatchCopy     string
	Cost          *string
	Location      *string
	WorkTime      *string
	MembersNumber *string
	Description   string
	CategoryID    int
	Email         string
	Twitter       string
	URL           string
	EyeCatch      string
	TypeID        *int
	TypeName      *string
	UpdatedAt     string
}

type CircleImages

type CircleImages struct {
	URL string
}

type CircleType

type CircleType struct {
	ID   int
	Name string
}

type GetCircle

type GetCircle struct {
	ID            int
	Name          string
	About         string
	CatchCopy     string
	Cost          *string
	Location      *string
	WorkTime      *string
	MembersNumber *string
	Description   string
	CategoryID    int
	Email         string
	Twitter       string
	URL           string
	EyeCatch      string
	Types         []CircleType
	Images        []CircleImages
	UpdatedAt     string
}

Jump to

Keyboard shortcuts

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