fuel

package
v0.0.0-...-4436486 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package fuel is a generated protocol buffer package.

It is generated from these files:

model.proto
world.proto

It has these top-level messages:

Model
ModelMetadatum
Models
FileTree
World
Worlds

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileTree

type FileTree struct {
	// resource name (eg. model or world name)
	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	// resource owner
	Owner *string `protobuf:"bytes,2,opt,name=owner" json:"owner,omitempty"`
	// resource version
	Version          *int64               `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	FileTree         []*FileTree_FileNode `protobuf:"bytes,10,rep,name=file_tree,json=fileTree" json:"file_tree,omitempty"`
	XXX_unrecognized []byte               `json:"-"`
}

swagger:model

func (*FileTree) Descriptor

func (*FileTree) Descriptor() ([]byte, []int)

func (*FileTree) GetFileTree

func (m *FileTree) GetFileTree() []*FileTree_FileNode

func (*FileTree) GetName

func (m *FileTree) GetName() string

func (*FileTree) GetOwner

func (m *FileTree) GetOwner() string

func (*FileTree) GetVersion

func (m *FileTree) GetVersion() int64

func (*FileTree) ProtoMessage

func (*FileTree) ProtoMessage()

func (*FileTree) Reset

func (m *FileTree) Reset()

func (*FileTree) String

func (m *FileTree) String() string

type FileTree_FileNode

type FileTree_FileNode struct {
	Name             *string              `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Path             *string              `protobuf:"bytes,2,opt,name=path" json:"path,omitempty"`
	Children         []*FileTree_FileNode `protobuf:"bytes,5,rep,name=children" json:"children,omitempty"`
	XXX_unrecognized []byte               `json:"-"`
}

func (*FileTree_FileNode) Descriptor

func (*FileTree_FileNode) Descriptor() ([]byte, []int)

func (*FileTree_FileNode) GetChildren

func (m *FileTree_FileNode) GetChildren() []*FileTree_FileNode

func (*FileTree_FileNode) GetName

func (m *FileTree_FileNode) GetName() string

func (*FileTree_FileNode) GetPath

func (m *FileTree_FileNode) GetPath() string

func (*FileTree_FileNode) ProtoMessage

func (*FileTree_FileNode) ProtoMessage()

func (*FileTree_FileNode) Reset

func (m *FileTree_FileNode) Reset()

func (*FileTree_FileNode) String

func (m *FileTree_FileNode) String() string

type Model

type Model struct {
	CreatedAt        *string           `protobuf:"bytes,2,opt,name=createdAt" json:"createdAt,omitempty"`
	UpdatedAt        *string           `protobuf:"bytes,3,opt,name=updatedAt" json:"updatedAt,omitempty"`
	DeletedAt        *string           `protobuf:"bytes,4,opt,name=deletedAt" json:"deletedAt,omitempty"`
	Name             *string           `protobuf:"bytes,5,opt,name=name" json:"name,omitempty"`
	Owner            *string           `protobuf:"bytes,7,opt,name=owner" json:"owner,omitempty"`
	Description      *string           `protobuf:"bytes,8,opt,name=description" json:"description,omitempty"`
	Likes            *int64            `protobuf:"varint,9,opt,name=likes" json:"likes,omitempty"`
	Downloads        *int64            `protobuf:"varint,10,opt,name=downloads" json:"downloads,omitempty"`
	Filesize         *int64            `protobuf:"varint,11,opt,name=filesize" json:"filesize,omitempty"`
	UploadDate       *string           `protobuf:"bytes,12,opt,name=upload_date,json=uploadDate" json:"upload_date,omitempty"`
	ModifyDate       *string           `protobuf:"bytes,13,opt,name=modify_date,json=modifyDate" json:"modify_date,omitempty"`
	LicenseId        *uint64           `protobuf:"varint,14,opt,name=license_id,json=licenseId" json:"license_id,omitempty"`
	LicenseName      *string           `protobuf:"bytes,15,opt,name=license_name,json=licenseName" json:"license_name,omitempty"`
	LicenseUrl       *string           `protobuf:"bytes,16,opt,name=license_url,json=licenseUrl" json:"license_url,omitempty"`
	LicenseImage     *string           `protobuf:"bytes,17,opt,name=license_image,json=licenseImage" json:"license_image,omitempty"`
	Permission       *int64            `protobuf:"varint,18,opt,name=permission" json:"permission,omitempty"`
	UrlName          *string           `protobuf:"bytes,19,opt,name=url_name,json=urlName" json:"url_name,omitempty"`
	ThumbnailUrl     *string           `protobuf:"bytes,20,opt,name=thumbnail_url,json=thumbnailUrl" json:"thumbnail_url,omitempty"`
	IsLiked          *bool             `protobuf:"varint,21,opt,name=is_liked,json=isLiked" json:"is_liked,omitempty"`
	Version          *int64            `protobuf:"varint,22,opt,name=version" json:"version,omitempty"`
	Private          *bool             `protobuf:"varint,23,opt,name=private" json:"private,omitempty"`
	Tags             []string          `protobuf:"bytes,30,rep,name=tags" json:"tags,omitempty"`
	Metadata         []*ModelMetadatum `protobuf:"bytes,31,rep,name=metadata" json:"metadata,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

swagger:model

func (*Model) Descriptor

func (*Model) Descriptor() ([]byte, []int)

func (*Model) GetCreatedAt

func (m *Model) GetCreatedAt() string

func (*Model) GetDeletedAt

func (m *Model) GetDeletedAt() string

func (*Model) GetDescription

func (m *Model) GetDescription() string

func (*Model) GetDownloads

func (m *Model) GetDownloads() int64

func (*Model) GetFilesize

func (m *Model) GetFilesize() int64

func (*Model) GetIsLiked

func (m *Model) GetIsLiked() bool

func (*Model) GetLicenseId

func (m *Model) GetLicenseId() uint64

func (*Model) GetLicenseImage

func (m *Model) GetLicenseImage() string

func (*Model) GetLicenseName

func (m *Model) GetLicenseName() string

func (*Model) GetLicenseUrl

func (m *Model) GetLicenseUrl() string

func (*Model) GetLikes

func (m *Model) GetLikes() int64

func (*Model) GetMetadata

func (m *Model) GetMetadata() []*ModelMetadatum

func (*Model) GetModifyDate

func (m *Model) GetModifyDate() string

func (*Model) GetName

func (m *Model) GetName() string

func (*Model) GetOwner

func (m *Model) GetOwner() string

func (*Model) GetPermission

func (m *Model) GetPermission() int64

func (*Model) GetPrivate

func (m *Model) GetPrivate() bool

func (*Model) GetTags

func (m *Model) GetTags() []string

func (*Model) GetThumbnailUrl

func (m *Model) GetThumbnailUrl() string

func (*Model) GetUpdatedAt

func (m *Model) GetUpdatedAt() string

func (*Model) GetUploadDate

func (m *Model) GetUploadDate() string

func (*Model) GetUrlName

func (m *Model) GetUrlName() string

func (*Model) GetVersion

func (m *Model) GetVersion() int64

func (*Model) ProtoMessage

func (*Model) ProtoMessage()

func (*Model) Reset

func (m *Model) Reset()

func (*Model) String

func (m *Model) String() string

type ModelMetadatum

type ModelMetadatum struct {
	Key              *string `protobuf:"bytes,1,req,name=key" json:"key,omitempty"`
	Value            *string `protobuf:"bytes,2,req,name=value" json:"value,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

swagger:model

func (*ModelMetadatum) Descriptor

func (*ModelMetadatum) Descriptor() ([]byte, []int)

func (*ModelMetadatum) GetKey

func (m *ModelMetadatum) GetKey() string

func (*ModelMetadatum) GetValue

func (m *ModelMetadatum) GetValue() string

func (*ModelMetadatum) ProtoMessage

func (*ModelMetadatum) ProtoMessage()

func (*ModelMetadatum) Reset

func (m *ModelMetadatum) Reset()

func (*ModelMetadatum) String

func (m *ModelMetadatum) String() string

type Models

type Models struct {
	Models           []*Model `protobuf:"bytes,1,rep,name=models" json:"models,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

swagger:model

func (*Models) Descriptor

func (*Models) Descriptor() ([]byte, []int)

func (*Models) GetModels

func (m *Models) GetModels() []*Model

func (*Models) ProtoMessage

func (*Models) ProtoMessage()

func (*Models) Reset

func (m *Models) Reset()

func (*Models) String

func (m *Models) String() string

type World

type World struct {
	CreatedAt        *string  `protobuf:"bytes,2,opt,name=createdAt" json:"createdAt,omitempty"`
	UpdatedAt        *string  `protobuf:"bytes,3,opt,name=updatedAt" json:"updatedAt,omitempty"`
	DeletedAt        *string  `protobuf:"bytes,4,opt,name=deletedAt" json:"deletedAt,omitempty"`
	Name             *string  `protobuf:"bytes,5,opt,name=name" json:"name,omitempty"`
	Owner            *string  `protobuf:"bytes,7,opt,name=owner" json:"owner,omitempty"`
	Description      *string  `protobuf:"bytes,8,opt,name=description" json:"description,omitempty"`
	Likes            *int64   `protobuf:"varint,9,opt,name=likes" json:"likes,omitempty"`
	Downloads        *int64   `protobuf:"varint,10,opt,name=downloads" json:"downloads,omitempty"`
	Filesize         *int64   `protobuf:"varint,11,opt,name=filesize" json:"filesize,omitempty"`
	UploadDate       *string  `protobuf:"bytes,12,opt,name=upload_date,json=uploadDate" json:"upload_date,omitempty"`
	ModifyDate       *string  `protobuf:"bytes,13,opt,name=modify_date,json=modifyDate" json:"modify_date,omitempty"`
	LicenseId        *uint64  `protobuf:"varint,14,opt,name=license_id,json=licenseId" json:"license_id,omitempty"`
	LicenseName      *string  `protobuf:"bytes,15,opt,name=license_name,json=licenseName" json:"license_name,omitempty"`
	LicenseUrl       *string  `protobuf:"bytes,16,opt,name=license_url,json=licenseUrl" json:"license_url,omitempty"`
	LicenseImage     *string  `protobuf:"bytes,17,opt,name=license_image,json=licenseImage" json:"license_image,omitempty"`
	Permission       *int64   `protobuf:"varint,18,opt,name=permission" json:"permission,omitempty"`
	ThumbnailUrl     *string  `protobuf:"bytes,19,opt,name=thumbnail_url,json=thumbnailUrl" json:"thumbnail_url,omitempty"`
	IsLiked          *bool    `protobuf:"varint,20,opt,name=is_liked,json=isLiked" json:"is_liked,omitempty"`
	Version          *int64   `protobuf:"varint,21,opt,name=version" json:"version,omitempty"`
	Private          *bool    `protobuf:"varint,22,opt,name=private" json:"private,omitempty"`
	Tags             []string `protobuf:"bytes,30,rep,name=tags" json:"tags,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

swagger:model

func (*World) Descriptor

func (*World) Descriptor() ([]byte, []int)

func (*World) GetCreatedAt

func (m *World) GetCreatedAt() string

func (*World) GetDeletedAt

func (m *World) GetDeletedAt() string

func (*World) GetDescription

func (m *World) GetDescription() string

func (*World) GetDownloads

func (m *World) GetDownloads() int64

func (*World) GetFilesize

func (m *World) GetFilesize() int64

func (*World) GetIsLiked

func (m *World) GetIsLiked() bool

func (*World) GetLicenseId

func (m *World) GetLicenseId() uint64

func (*World) GetLicenseImage

func (m *World) GetLicenseImage() string

func (*World) GetLicenseName

func (m *World) GetLicenseName() string

func (*World) GetLicenseUrl

func (m *World) GetLicenseUrl() string

func (*World) GetLikes

func (m *World) GetLikes() int64

func (*World) GetModifyDate

func (m *World) GetModifyDate() string

func (*World) GetName

func (m *World) GetName() string

func (*World) GetOwner

func (m *World) GetOwner() string

func (*World) GetPermission

func (m *World) GetPermission() int64

func (*World) GetPrivate

func (m *World) GetPrivate() bool

func (*World) GetTags

func (m *World) GetTags() []string

func (*World) GetThumbnailUrl

func (m *World) GetThumbnailUrl() string

func (*World) GetUpdatedAt

func (m *World) GetUpdatedAt() string

func (*World) GetUploadDate

func (m *World) GetUploadDate() string

func (*World) GetVersion

func (m *World) GetVersion() int64

func (*World) ProtoMessage

func (*World) ProtoMessage()

func (*World) Reset

func (m *World) Reset()

func (*World) String

func (m *World) String() string

type Worlds

type Worlds struct {
	Worlds           []*World `protobuf:"bytes,1,rep,name=worlds" json:"worlds,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

swagger:model

func (*Worlds) Descriptor

func (*Worlds) Descriptor() ([]byte, []int)

func (*Worlds) GetWorlds

func (m *Worlds) GetWorlds() []*World

func (*Worlds) ProtoMessage

func (*Worlds) ProtoMessage()

func (*Worlds) Reset

func (m *Worlds) Reset()

func (*Worlds) String

func (m *Worlds) String() string

Jump to

Keyboard shortcuts

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