protos

package
v0.0.0-...-0b4f943 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2022 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package protos is a generated protocol buffer package.

It is generated from these files:

algolia_wrapper/protos/model.proto

It has these top-level messages:

Credentials

Index

Constants

This section is empty.

Variables

View Source
var ImageFormatType_name = map[int32]string{
	0: "JPEG",
	1: "PNG",
	2: "GIF",
}
View Source
var ImageFormatType_value = map[string]int32{
	"JPEG": 0,
	"PNG":  1,
	"GIF":  2,
}
View Source
var ImageType_name = map[int32]string{
	0: "FILE",
	1: "IMAGE",
	2: "URL",
}
View Source
var ImageType_value = map[string]int32{
	"FILE":  0,
	"IMAGE": 1,
	"URL":   2,
}

Functions

This section is empty.

Types

type Credentials

type Credentials struct {
	Algolia_AMI string `protobuf:"bytes,1,opt,name=Algolia_AMI,json=algoliaAMI" json:"Algolia_AMI,omitempty"`
	APP_Code    string `protobuf:"bytes,2,opt,name=APP_Code,json=aPPCode" json:"APP_Code,omitempty"`
}

func (*Credentials) Descriptor

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

func (*Credentials) GetAPP_Code

func (m *Credentials) GetAPP_Code() string

func (*Credentials) GetAlgolia_AMI

func (m *Credentials) GetAlgolia_AMI() string

func (*Credentials) ProtoMessage

func (*Credentials) ProtoMessage()

func (*Credentials) Reset

func (m *Credentials) Reset()

func (*Credentials) String

func (m *Credentials) String() string

type ImageFormatType

type ImageFormatType int32
const (
	ImageFormatType_JPEG ImageFormatType = 0
	ImageFormatType_PNG  ImageFormatType = 1
	ImageFormatType_GIF  ImageFormatType = 2
)

func (ImageFormatType) EnumDescriptor

func (ImageFormatType) EnumDescriptor() ([]byte, []int)

func (ImageFormatType) String

func (x ImageFormatType) String() string

type ImageType

type ImageType int32
const (
	ImageType_FILE  ImageType = 0
	ImageType_IMAGE ImageType = 1
	ImageType_URL   ImageType = 2
)

func (ImageType) EnumDescriptor

func (ImageType) EnumDescriptor() ([]byte, []int)

func (ImageType) String

func (x ImageType) String() string

Jump to

Keyboard shortcuts

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