conf

package
v0.1.13 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_conf_base_proto protoreflect.FileDescriptor
View Source
var File_conf_librarian_proto protoreflect.FileDescriptor
View Source
var File_conf_mapper_proto protoreflect.FileDescriptor
View Source
var File_conf_miner_proto protoreflect.FileDescriptor
View Source
var File_conf_porter_proto protoreflect.FileDescriptor
View Source
var File_conf_searcher_proto protoreflect.FileDescriptor
View Source
var File_conf_sephirah_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Auth

type Auth struct {
	Salt      string `protobuf:"bytes,1,opt,name=salt,proto3" json:"salt,omitempty"`
	Issuer    string `protobuf:"bytes,2,opt,name=issuer,proto3" json:"issuer,omitempty"`
	JwtSecret string `protobuf:"bytes,3,opt,name=jwt_secret,json=jwtSecret,proto3" json:"jwt_secret,omitempty"`
	// contains filtered or unexported fields
}

func (*Auth) Descriptor deprecated

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

Deprecated: Use Auth.ProtoReflect.Descriptor instead.

func (*Auth) GetIssuer

func (x *Auth) GetIssuer() string

func (*Auth) GetJwtSecret

func (x *Auth) GetJwtSecret() string

func (*Auth) GetSalt

func (x *Auth) GetSalt() string

func (*Auth) ProtoMessage

func (*Auth) ProtoMessage()

func (*Auth) ProtoReflect

func (x *Auth) ProtoReflect() protoreflect.Message

func (*Auth) Reset

func (x *Auth) Reset()

func (*Auth) String

func (x *Auth) String() string

type Cache added in v0.1.0

type Cache struct {
	Driver string `protobuf:"bytes,1,opt,name=driver,proto3" json:"driver,omitempty"`
	// contains filtered or unexported fields
}

func (*Cache) Descriptor deprecated added in v0.1.0

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

Deprecated: Use Cache.ProtoReflect.Descriptor instead.

func (*Cache) GetDriver added in v0.1.0

func (x *Cache) GetDriver() string

func (*Cache) ProtoMessage added in v0.1.0

func (*Cache) ProtoMessage()

func (*Cache) ProtoReflect added in v0.1.0

func (x *Cache) ProtoReflect() protoreflect.Message

func (*Cache) Reset added in v0.1.0

func (x *Cache) Reset()

func (*Cache) String added in v0.1.0

func (x *Cache) String() string

type Database added in v0.0.8

type Database struct {
	Driver   string `protobuf:"bytes,1,opt,name=driver,proto3" json:"driver,omitempty"`
	Host     string `protobuf:"bytes,2,opt,name=host,proto3" json:"host,omitempty"`
	Port     int32  `protobuf:"varint,3,opt,name=port,proto3" json:"port,omitempty"`
	Dbname   string `protobuf:"bytes,4,opt,name=dbname,proto3" json:"dbname,omitempty"`
	User     string `protobuf:"bytes,5,opt,name=user,proto3" json:"user,omitempty"`
	Password string `protobuf:"bytes,6,opt,name=password,proto3" json:"password,omitempty"`
	NoSsl    bool   `protobuf:"varint,7,opt,name=no_ssl,json=noSsl,proto3" json:"no_ssl,omitempty"`
	// contains filtered or unexported fields
}

func (*Database) Descriptor deprecated added in v0.0.8

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

Deprecated: Use Database.ProtoReflect.Descriptor instead.

func (*Database) GetDbname added in v0.0.8

func (x *Database) GetDbname() string

func (*Database) GetDriver added in v0.0.8

func (x *Database) GetDriver() string

func (*Database) GetHost added in v0.0.8

func (x *Database) GetHost() string

func (*Database) GetNoSsl added in v0.0.8

func (x *Database) GetNoSsl() bool

func (*Database) GetPassword added in v0.0.8

func (x *Database) GetPassword() string

func (*Database) GetPort added in v0.0.8

func (x *Database) GetPort() int32

func (*Database) GetUser added in v0.0.8

func (x *Database) GetUser() string

func (*Database) ProtoMessage added in v0.0.8

func (*Database) ProtoMessage()

func (*Database) ProtoReflect added in v0.0.8

func (x *Database) ProtoReflect() protoreflect.Message

func (*Database) Reset added in v0.0.8

func (x *Database) Reset()

func (*Database) String added in v0.0.8

func (x *Database) String() string

type GRPC added in v0.0.8

type GRPC struct {
	Network string               `protobuf:"bytes,1,opt,name=network,proto3" json:"network,omitempty"`
	Addr    string               `protobuf:"bytes,2,opt,name=addr,proto3" json:"addr,omitempty"`
	Timeout *durationpb.Duration `protobuf:"bytes,3,opt,name=timeout,proto3" json:"timeout,omitempty"`
	// contains filtered or unexported fields
}

func (*GRPC) Descriptor deprecated added in v0.0.8

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

Deprecated: Use GRPC.ProtoReflect.Descriptor instead.

func (*GRPC) GetAddr added in v0.0.8

func (x *GRPC) GetAddr() string

func (*GRPC) GetNetwork added in v0.0.8

func (x *GRPC) GetNetwork() string

func (*GRPC) GetTimeout added in v0.0.8

func (x *GRPC) GetTimeout() *durationpb.Duration

func (*GRPC) ProtoMessage added in v0.0.8

func (*GRPC) ProtoMessage()

func (*GRPC) ProtoReflect added in v0.0.8

func (x *GRPC) ProtoReflect() protoreflect.Message

func (*GRPC) Reset added in v0.0.8

func (x *GRPC) Reset()

func (*GRPC) String added in v0.0.8

func (x *GRPC) String() string

type Librarian

type Librarian struct {
	EnableServiceDiscovery *Librarian_EnableServiceDiscovery `` /* 129-byte string literal not displayed */
	Sephirah               *Sephirah                         `protobuf:"bytes,2,opt,name=sephirah,proto3" json:"sephirah,omitempty"`
	Mapper                 *Mapper                           `protobuf:"bytes,3,opt,name=mapper,proto3" json:"mapper,omitempty"`
	Searcher               *Searcher                         `protobuf:"bytes,4,opt,name=searcher,proto3" json:"searcher,omitempty"`
	Porter                 *Porter                           `protobuf:"bytes,5,opt,name=porter,proto3" json:"porter,omitempty"`
	Miner                  *Miner                            `protobuf:"bytes,6,opt,name=miner,proto3" json:"miner,omitempty"`
	// contains filtered or unexported fields
}

func (*Librarian) Descriptor deprecated

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

Deprecated: Use Librarian.ProtoReflect.Descriptor instead.

func (*Librarian) GetEnableServiceDiscovery added in v0.1.0

func (x *Librarian) GetEnableServiceDiscovery() *Librarian_EnableServiceDiscovery

func (*Librarian) GetMapper

func (x *Librarian) GetMapper() *Mapper

func (*Librarian) GetMiner added in v0.1.4

func (x *Librarian) GetMiner() *Miner

func (*Librarian) GetPorter

func (x *Librarian) GetPorter() *Porter

func (*Librarian) GetSearcher

func (x *Librarian) GetSearcher() *Searcher

func (*Librarian) GetSephirah

func (x *Librarian) GetSephirah() *Sephirah

func (*Librarian) ProtoMessage

func (*Librarian) ProtoMessage()

func (*Librarian) ProtoReflect

func (x *Librarian) ProtoReflect() protoreflect.Message

func (*Librarian) Reset

func (x *Librarian) Reset()

func (*Librarian) String

func (x *Librarian) String() string

type Librarian_EnableServiceDiscovery added in v0.1.0

type Librarian_EnableServiceDiscovery struct {
	Mapper   bool `protobuf:"varint,1,opt,name=mapper,proto3" json:"mapper,omitempty"`
	Searcher bool `protobuf:"varint,2,opt,name=searcher,proto3" json:"searcher,omitempty"`
	Porter   bool `protobuf:"varint,3,opt,name=porter,proto3" json:"porter,omitempty"`
	Miner    bool `protobuf:"varint,4,opt,name=miner,proto3" json:"miner,omitempty"`
	// contains filtered or unexported fields
}

func (*Librarian_EnableServiceDiscovery) Descriptor deprecated added in v0.1.0

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

Deprecated: Use Librarian_EnableServiceDiscovery.ProtoReflect.Descriptor instead.

func (*Librarian_EnableServiceDiscovery) GetMapper added in v0.1.0

func (x *Librarian_EnableServiceDiscovery) GetMapper() bool

func (*Librarian_EnableServiceDiscovery) GetMiner added in v0.1.4

func (x *Librarian_EnableServiceDiscovery) GetMiner() bool

func (*Librarian_EnableServiceDiscovery) GetPorter added in v0.1.0

func (x *Librarian_EnableServiceDiscovery) GetPorter() bool

func (*Librarian_EnableServiceDiscovery) GetSearcher added in v0.1.0

func (x *Librarian_EnableServiceDiscovery) GetSearcher() bool

func (*Librarian_EnableServiceDiscovery) ProtoMessage added in v0.1.0

func (*Librarian_EnableServiceDiscovery) ProtoMessage()

func (*Librarian_EnableServiceDiscovery) ProtoReflect added in v0.1.0

func (*Librarian_EnableServiceDiscovery) Reset added in v0.1.0

func (*Librarian_EnableServiceDiscovery) String added in v0.1.0

type MQ added in v0.0.8

type MQ struct {
	Driver   string    `protobuf:"bytes,1,opt,name=driver,proto3" json:"driver,omitempty"`
	Database *Database `protobuf:"bytes,2,opt,name=database,proto3" json:"database,omitempty"`
	// contains filtered or unexported fields
}

func (*MQ) Descriptor deprecated added in v0.0.8

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

Deprecated: Use MQ.ProtoReflect.Descriptor instead.

func (*MQ) GetDatabase added in v0.0.8

func (x *MQ) GetDatabase() *Database

func (*MQ) GetDriver added in v0.0.8

func (x *MQ) GetDriver() string

func (*MQ) ProtoMessage added in v0.0.8

func (*MQ) ProtoMessage()

func (*MQ) ProtoReflect added in v0.0.8

func (x *MQ) ProtoReflect() protoreflect.Message

func (*MQ) Reset added in v0.0.8

func (x *MQ) Reset()

func (*MQ) String added in v0.0.8

func (x *MQ) String() string

type Mapper

type Mapper struct {
	Server *Mapper_Server `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
	Data   *Mapper_Data   `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*Mapper) Descriptor deprecated

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

Deprecated: Use Mapper.ProtoReflect.Descriptor instead.

func (*Mapper) GetData

func (x *Mapper) GetData() *Mapper_Data

func (*Mapper) GetServer

func (x *Mapper) GetServer() *Mapper_Server

func (*Mapper) ProtoMessage

func (*Mapper) ProtoMessage()

func (*Mapper) ProtoReflect

func (x *Mapper) ProtoReflect() protoreflect.Message

func (*Mapper) Reset

func (x *Mapper) Reset()

func (*Mapper) String

func (x *Mapper) String() string

type Mapper_Data

type Mapper_Data struct {

	// Types that are assignable to GraphDB:
	//
	//	*Mapper_Data_Nebula
	//	*Mapper_Data_Cayley
	GraphDB isMapper_Data_GraphDB `protobuf_oneof:"GraphDB"`
	// contains filtered or unexported fields
}

func (*Mapper_Data) Descriptor deprecated

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

Deprecated: Use Mapper_Data.ProtoReflect.Descriptor instead.

func (*Mapper_Data) GetCayley

func (x *Mapper_Data) GetCayley() *Mapper_Data_CayleyGraph

func (*Mapper_Data) GetGraphDB

func (m *Mapper_Data) GetGraphDB() isMapper_Data_GraphDB

func (*Mapper_Data) GetNebula

func (x *Mapper_Data) GetNebula() *Mapper_Data_NebulaGraph

func (*Mapper_Data) ProtoMessage

func (*Mapper_Data) ProtoMessage()

func (*Mapper_Data) ProtoReflect

func (x *Mapper_Data) ProtoReflect() protoreflect.Message

func (*Mapper_Data) Reset

func (x *Mapper_Data) Reset()

func (*Mapper_Data) String

func (x *Mapper_Data) String() string

type Mapper_Data_Cayley

type Mapper_Data_Cayley struct {
	Cayley *Mapper_Data_CayleyGraph `protobuf:"bytes,2,opt,name=cayley,proto3,oneof"`
}

type Mapper_Data_CayleyGraph

type Mapper_Data_CayleyGraph struct {
	Store string `protobuf:"bytes,1,opt,name=store,proto3" json:"store,omitempty"`
	// contains filtered or unexported fields
}

func (*Mapper_Data_CayleyGraph) Descriptor deprecated

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

Deprecated: Use Mapper_Data_CayleyGraph.ProtoReflect.Descriptor instead.

func (*Mapper_Data_CayleyGraph) GetStore

func (x *Mapper_Data_CayleyGraph) GetStore() string

func (*Mapper_Data_CayleyGraph) ProtoMessage

func (*Mapper_Data_CayleyGraph) ProtoMessage()

func (*Mapper_Data_CayleyGraph) ProtoReflect

func (x *Mapper_Data_CayleyGraph) ProtoReflect() protoreflect.Message

func (*Mapper_Data_CayleyGraph) Reset

func (x *Mapper_Data_CayleyGraph) Reset()

func (*Mapper_Data_CayleyGraph) String

func (x *Mapper_Data_CayleyGraph) String() string

type Mapper_Data_Nebula

type Mapper_Data_Nebula struct {
	Nebula *Mapper_Data_NebulaGraph `protobuf:"bytes,1,opt,name=nebula,proto3,oneof"`
}

type Mapper_Data_NebulaGraph

type Mapper_Data_NebulaGraph struct {
	Address  []string `protobuf:"bytes,1,rep,name=address,proto3" json:"address,omitempty"`
	Space    string   `protobuf:"bytes,2,opt,name=space,proto3" json:"space,omitempty"`
	Username string   `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"`
	Password string   `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*Mapper_Data_NebulaGraph) Descriptor deprecated

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

Deprecated: Use Mapper_Data_NebulaGraph.ProtoReflect.Descriptor instead.

func (*Mapper_Data_NebulaGraph) GetAddress

func (x *Mapper_Data_NebulaGraph) GetAddress() []string

func (*Mapper_Data_NebulaGraph) GetPassword

func (x *Mapper_Data_NebulaGraph) GetPassword() string

func (*Mapper_Data_NebulaGraph) GetSpace

func (x *Mapper_Data_NebulaGraph) GetSpace() string

func (*Mapper_Data_NebulaGraph) GetUsername

func (x *Mapper_Data_NebulaGraph) GetUsername() string

func (*Mapper_Data_NebulaGraph) ProtoMessage

func (*Mapper_Data_NebulaGraph) ProtoMessage()

func (*Mapper_Data_NebulaGraph) ProtoReflect

func (x *Mapper_Data_NebulaGraph) ProtoReflect() protoreflect.Message

func (*Mapper_Data_NebulaGraph) Reset

func (x *Mapper_Data_NebulaGraph) Reset()

func (*Mapper_Data_NebulaGraph) String

func (x *Mapper_Data_NebulaGraph) String() string

type Mapper_Server

type Mapper_Server struct {
	Grpc *GRPC `protobuf:"bytes,1,opt,name=grpc,proto3" json:"grpc,omitempty"`
	// contains filtered or unexported fields
}

func (*Mapper_Server) Descriptor deprecated

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

Deprecated: Use Mapper_Server.ProtoReflect.Descriptor instead.

func (*Mapper_Server) GetGrpc

func (x *Mapper_Server) GetGrpc() *GRPC

func (*Mapper_Server) ProtoMessage

func (*Mapper_Server) ProtoMessage()

func (*Mapper_Server) ProtoReflect

func (x *Mapper_Server) ProtoReflect() protoreflect.Message

func (*Mapper_Server) Reset

func (x *Mapper_Server) Reset()

func (*Mapper_Server) String

func (x *Mapper_Server) String() string

type Miner added in v0.1.4

type Miner struct {
	Server *Miner_Server `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
	Data   *Miner_Data   `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*Miner) Descriptor deprecated added in v0.1.4

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

Deprecated: Use Miner.ProtoReflect.Descriptor instead.

func (*Miner) GetData added in v0.1.4

func (x *Miner) GetData() *Miner_Data

func (*Miner) GetServer added in v0.1.4

func (x *Miner) GetServer() *Miner_Server

func (*Miner) ProtoMessage added in v0.1.4

func (*Miner) ProtoMessage()

func (*Miner) ProtoReflect added in v0.1.4

func (x *Miner) ProtoReflect() protoreflect.Message

func (*Miner) Reset added in v0.1.4

func (x *Miner) Reset()

func (*Miner) String added in v0.1.4

func (x *Miner) String() string

type Miner_Data added in v0.1.4

type Miner_Data struct {
	Ocr *Miner_Data_OCR `protobuf:"bytes,1,opt,name=ocr,proto3" json:"ocr,omitempty"`
	// contains filtered or unexported fields
}

func (*Miner_Data) Descriptor deprecated added in v0.1.4

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

Deprecated: Use Miner_Data.ProtoReflect.Descriptor instead.

func (*Miner_Data) GetOcr added in v0.1.4

func (x *Miner_Data) GetOcr() *Miner_Data_OCR

func (*Miner_Data) ProtoMessage added in v0.1.4

func (*Miner_Data) ProtoMessage()

func (*Miner_Data) ProtoReflect added in v0.1.4

func (x *Miner_Data) ProtoReflect() protoreflect.Message

func (*Miner_Data) Reset added in v0.1.4

func (x *Miner_Data) Reset()

func (*Miner_Data) String added in v0.1.4

func (x *Miner_Data) String() string

type Miner_Data_OCR added in v0.1.4

type Miner_Data_OCR struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*Miner_Data_OCR) Descriptor deprecated added in v0.1.4

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

Deprecated: Use Miner_Data_OCR.ProtoReflect.Descriptor instead.

func (*Miner_Data_OCR) GetAddress added in v0.1.4

func (x *Miner_Data_OCR) GetAddress() string

func (*Miner_Data_OCR) ProtoMessage added in v0.1.4

func (*Miner_Data_OCR) ProtoMessage()

func (*Miner_Data_OCR) ProtoReflect added in v0.1.4

func (x *Miner_Data_OCR) ProtoReflect() protoreflect.Message

func (*Miner_Data_OCR) Reset added in v0.1.4

func (x *Miner_Data_OCR) Reset()

func (*Miner_Data_OCR) String added in v0.1.4

func (x *Miner_Data_OCR) String() string

type Miner_Server added in v0.1.4

type Miner_Server struct {
	Grpc *GRPC `protobuf:"bytes,1,opt,name=grpc,proto3" json:"grpc,omitempty"`
	// contains filtered or unexported fields
}

func (*Miner_Server) Descriptor deprecated added in v0.1.4

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

Deprecated: Use Miner_Server.ProtoReflect.Descriptor instead.

func (*Miner_Server) GetGrpc added in v0.1.4

func (x *Miner_Server) GetGrpc() *GRPC

func (*Miner_Server) ProtoMessage added in v0.1.4

func (*Miner_Server) ProtoMessage()

func (*Miner_Server) ProtoReflect added in v0.1.4

func (x *Miner_Server) ProtoReflect() protoreflect.Message

func (*Miner_Server) Reset added in v0.1.4

func (x *Miner_Server) Reset()

func (*Miner_Server) String added in v0.1.4

func (x *Miner_Server) String() string

type Porter

type Porter struct {
	Server *Porter_Server `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
	Data   *Porter_Data   `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*Porter) Descriptor deprecated

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

Deprecated: Use Porter.ProtoReflect.Descriptor instead.

func (*Porter) GetData

func (x *Porter) GetData() *Porter_Data

func (*Porter) GetServer

func (x *Porter) GetServer() *Porter_Server

func (*Porter) ProtoMessage

func (*Porter) ProtoMessage()

func (*Porter) ProtoReflect

func (x *Porter) ProtoReflect() protoreflect.Message

func (*Porter) Reset

func (x *Porter) Reset()

func (*Porter) String

func (x *Porter) String() string

type Porter_Data

type Porter_Data struct {
	S3    *Porter_Data_S3    `protobuf:"bytes,1,opt,name=s3,proto3" json:"s3,omitempty"`
	Steam *Porter_Data_Steam `protobuf:"bytes,2,opt,name=steam,proto3" json:"steam,omitempty"`
	// contains filtered or unexported fields
}

func (*Porter_Data) Descriptor deprecated

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

Deprecated: Use Porter_Data.ProtoReflect.Descriptor instead.

func (*Porter_Data) GetS3 added in v0.0.4

func (x *Porter_Data) GetS3() *Porter_Data_S3

func (*Porter_Data) GetSteam added in v0.0.4

func (x *Porter_Data) GetSteam() *Porter_Data_Steam

func (*Porter_Data) ProtoMessage

func (*Porter_Data) ProtoMessage()

func (*Porter_Data) ProtoReflect

func (x *Porter_Data) ProtoReflect() protoreflect.Message

func (*Porter_Data) Reset

func (x *Porter_Data) Reset()

func (*Porter_Data) String

func (x *Porter_Data) String() string

type Porter_Data_S3 added in v0.0.4

type Porter_Data_S3 struct {
	EndPoint  string `protobuf:"bytes,1,opt,name=end_point,json=endPoint,proto3" json:"end_point,omitempty"`
	AccessKey string `protobuf:"bytes,2,opt,name=access_key,json=accessKey,proto3" json:"access_key,omitempty"`
	SecretKey string `protobuf:"bytes,3,opt,name=secret_key,json=secretKey,proto3" json:"secret_key,omitempty"`
	UseSsl    bool   `protobuf:"varint,4,opt,name=use_ssl,json=useSsl,proto3" json:"use_ssl,omitempty"`
	// contains filtered or unexported fields
}

func (*Porter_Data_S3) Descriptor deprecated added in v0.0.4

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

Deprecated: Use Porter_Data_S3.ProtoReflect.Descriptor instead.

func (*Porter_Data_S3) GetAccessKey added in v0.0.4

func (x *Porter_Data_S3) GetAccessKey() string

func (*Porter_Data_S3) GetEndPoint added in v0.0.4

func (x *Porter_Data_S3) GetEndPoint() string

func (*Porter_Data_S3) GetSecretKey added in v0.0.4

func (x *Porter_Data_S3) GetSecretKey() string

func (*Porter_Data_S3) GetUseSsl added in v0.0.4

func (x *Porter_Data_S3) GetUseSsl() bool

func (*Porter_Data_S3) ProtoMessage added in v0.0.4

func (*Porter_Data_S3) ProtoMessage()

func (*Porter_Data_S3) ProtoReflect added in v0.0.4

func (x *Porter_Data_S3) ProtoReflect() protoreflect.Message

func (*Porter_Data_S3) Reset added in v0.0.4

func (x *Porter_Data_S3) Reset()

func (*Porter_Data_S3) String added in v0.0.4

func (x *Porter_Data_S3) String() string

type Porter_Data_Steam added in v0.0.4

type Porter_Data_Steam struct {
	ApiKey string `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	// contains filtered or unexported fields
}

func (*Porter_Data_Steam) Descriptor deprecated added in v0.0.4

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

Deprecated: Use Porter_Data_Steam.ProtoReflect.Descriptor instead.

func (*Porter_Data_Steam) GetApiKey added in v0.0.4

func (x *Porter_Data_Steam) GetApiKey() string

func (*Porter_Data_Steam) ProtoMessage added in v0.0.4

func (*Porter_Data_Steam) ProtoMessage()

func (*Porter_Data_Steam) ProtoReflect added in v0.0.4

func (x *Porter_Data_Steam) ProtoReflect() protoreflect.Message

func (*Porter_Data_Steam) Reset added in v0.0.4

func (x *Porter_Data_Steam) Reset()

func (*Porter_Data_Steam) String added in v0.0.4

func (x *Porter_Data_Steam) String() string

type Porter_Server

type Porter_Server struct {
	Grpc *GRPC `protobuf:"bytes,1,opt,name=grpc,proto3" json:"grpc,omitempty"`
	// contains filtered or unexported fields
}

func (*Porter_Server) Descriptor deprecated

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

Deprecated: Use Porter_Server.ProtoReflect.Descriptor instead.

func (*Porter_Server) GetGrpc

func (x *Porter_Server) GetGrpc() *GRPC

func (*Porter_Server) ProtoMessage

func (*Porter_Server) ProtoMessage()

func (*Porter_Server) ProtoReflect

func (x *Porter_Server) ProtoReflect() protoreflect.Message

func (*Porter_Server) Reset

func (x *Porter_Server) Reset()

func (*Porter_Server) String

func (x *Porter_Server) String() string

type Searcher

type Searcher struct {
	Server *Searcher_Server `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
	Data   *Searcher_Data   `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*Searcher) Descriptor deprecated

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

Deprecated: Use Searcher.ProtoReflect.Descriptor instead.

func (*Searcher) GetData

func (x *Searcher) GetData() *Searcher_Data

func (*Searcher) GetServer

func (x *Searcher) GetServer() *Searcher_Server

func (*Searcher) ProtoMessage

func (*Searcher) ProtoMessage()

func (*Searcher) ProtoReflect

func (x *Searcher) ProtoReflect() protoreflect.Message

func (*Searcher) Reset

func (x *Searcher) Reset()

func (*Searcher) String

func (x *Searcher) String() string

type Searcher_Data

type Searcher_Data struct {

	// Types that are assignable to SearchEngine:
	//
	//	*Searcher_Data_Bleve_
	//	*Searcher_Data_Meilisearch
	SearchEngine isSearcher_Data_SearchEngine `protobuf_oneof:"SearchEngine"`
	// contains filtered or unexported fields
}

func (*Searcher_Data) Descriptor deprecated

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

Deprecated: Use Searcher_Data.ProtoReflect.Descriptor instead.

func (*Searcher_Data) GetBleve added in v0.1.4

func (x *Searcher_Data) GetBleve() *Searcher_Data_Bleve

func (*Searcher_Data) GetMeilisearch added in v0.1.4

func (x *Searcher_Data) GetMeilisearch() *Searcher_Data_MeiliSearch

func (*Searcher_Data) GetSearchEngine added in v0.1.4

func (m *Searcher_Data) GetSearchEngine() isSearcher_Data_SearchEngine

func (*Searcher_Data) ProtoMessage

func (*Searcher_Data) ProtoMessage()

func (*Searcher_Data) ProtoReflect

func (x *Searcher_Data) ProtoReflect() protoreflect.Message

func (*Searcher_Data) Reset

func (x *Searcher_Data) Reset()

func (*Searcher_Data) String

func (x *Searcher_Data) String() string

type Searcher_Data_Bleve added in v0.1.4

type Searcher_Data_Bleve struct {
	// contains filtered or unexported fields
}

func (*Searcher_Data_Bleve) Descriptor deprecated added in v0.1.4

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

Deprecated: Use Searcher_Data_Bleve.ProtoReflect.Descriptor instead.

func (*Searcher_Data_Bleve) ProtoMessage added in v0.1.4

func (*Searcher_Data_Bleve) ProtoMessage()

func (*Searcher_Data_Bleve) ProtoReflect added in v0.1.4

func (x *Searcher_Data_Bleve) ProtoReflect() protoreflect.Message

func (*Searcher_Data_Bleve) Reset added in v0.1.4

func (x *Searcher_Data_Bleve) Reset()

func (*Searcher_Data_Bleve) String added in v0.1.4

func (x *Searcher_Data_Bleve) String() string

type Searcher_Data_Bleve_ added in v0.1.4

type Searcher_Data_Bleve_ struct {
	Bleve *Searcher_Data_Bleve `protobuf:"bytes,1,opt,name=bleve,proto3,oneof"`
}

type Searcher_Data_MeiliSearch added in v0.1.4

type Searcher_Data_MeiliSearch struct {
	Addr   string `protobuf:"bytes,1,opt,name=addr,proto3" json:"addr,omitempty"`
	ApiKey string `protobuf:"bytes,2,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	// contains filtered or unexported fields
}

func (*Searcher_Data_MeiliSearch) Descriptor deprecated added in v0.1.4

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

Deprecated: Use Searcher_Data_MeiliSearch.ProtoReflect.Descriptor instead.

func (*Searcher_Data_MeiliSearch) GetAddr added in v0.1.4

func (x *Searcher_Data_MeiliSearch) GetAddr() string

func (*Searcher_Data_MeiliSearch) GetApiKey added in v0.1.4

func (x *Searcher_Data_MeiliSearch) GetApiKey() string

func (*Searcher_Data_MeiliSearch) ProtoMessage added in v0.1.4

func (*Searcher_Data_MeiliSearch) ProtoMessage()

func (*Searcher_Data_MeiliSearch) ProtoReflect added in v0.1.4

func (*Searcher_Data_MeiliSearch) Reset added in v0.1.4

func (x *Searcher_Data_MeiliSearch) Reset()

func (*Searcher_Data_MeiliSearch) String added in v0.1.4

func (x *Searcher_Data_MeiliSearch) String() string

type Searcher_Data_Meilisearch added in v0.1.4

type Searcher_Data_Meilisearch struct {
	Meilisearch *Searcher_Data_MeiliSearch `protobuf:"bytes,2,opt,name=meilisearch,proto3,oneof"`
}

type Searcher_Server

type Searcher_Server struct {
	Grpc *GRPC `protobuf:"bytes,1,opt,name=grpc,proto3" json:"grpc,omitempty"`
	// contains filtered or unexported fields
}

func (*Searcher_Server) Descriptor deprecated

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

Deprecated: Use Searcher_Server.ProtoReflect.Descriptor instead.

func (*Searcher_Server) GetGrpc

func (x *Searcher_Server) GetGrpc() *GRPC

func (*Searcher_Server) ProtoMessage

func (*Searcher_Server) ProtoMessage()

func (*Searcher_Server) ProtoReflect

func (x *Searcher_Server) ProtoReflect() protoreflect.Message

func (*Searcher_Server) Reset

func (x *Searcher_Server) Reset()

func (*Searcher_Server) String

func (x *Searcher_Server) String() string

type Sephirah

type Sephirah struct {
	Server *Sephirah_Server `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
	Data   *Sephirah_Data   `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Auth   *Auth            `protobuf:"bytes,3,opt,name=auth,proto3" json:"auth,omitempty"`
	Mq     *MQ              `protobuf:"bytes,4,opt,name=mq,proto3" json:"mq,omitempty"`
	Cache  *Cache           `protobuf:"bytes,5,opt,name=cache,proto3" json:"cache,omitempty"`
	// contains filtered or unexported fields
}

func (*Sephirah) Descriptor deprecated

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

Deprecated: Use Sephirah.ProtoReflect.Descriptor instead.

func (*Sephirah) GetAuth

func (x *Sephirah) GetAuth() *Auth

func (*Sephirah) GetCache added in v0.1.0

func (x *Sephirah) GetCache() *Cache

func (*Sephirah) GetData

func (x *Sephirah) GetData() *Sephirah_Data

func (*Sephirah) GetMq added in v0.0.8

func (x *Sephirah) GetMq() *MQ

func (*Sephirah) GetServer

func (x *Sephirah) GetServer() *Sephirah_Server

func (*Sephirah) ProtoMessage

func (*Sephirah) ProtoMessage()

func (*Sephirah) ProtoReflect

func (x *Sephirah) ProtoReflect() protoreflect.Message

func (*Sephirah) Reset

func (x *Sephirah) Reset()

func (*Sephirah) String

func (x *Sephirah) String() string

type Sephirah_Data

type Sephirah_Data struct {
	Database *Database `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"`
	// contains filtered or unexported fields
}

func (*Sephirah_Data) Descriptor deprecated

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

Deprecated: Use Sephirah_Data.ProtoReflect.Descriptor instead.

func (*Sephirah_Data) GetDatabase

func (x *Sephirah_Data) GetDatabase() *Database

func (*Sephirah_Data) ProtoMessage

func (*Sephirah_Data) ProtoMessage()

func (*Sephirah_Data) ProtoReflect

func (x *Sephirah_Data) ProtoReflect() protoreflect.Message

func (*Sephirah_Data) Reset

func (x *Sephirah_Data) Reset()

func (*Sephirah_Data) String

func (x *Sephirah_Data) String() string

type Sephirah_Server

type Sephirah_Server struct {
	Grpc    *GRPC `protobuf:"bytes,1,opt,name=grpc,proto3" json:"grpc,omitempty"`
	GrpcWeb *GRPC `protobuf:"bytes,2,opt,name=grpc_web,json=grpcWeb,proto3" json:"grpc_web,omitempty"`
	// contains filtered or unexported fields
}

func (*Sephirah_Server) Descriptor deprecated

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

Deprecated: Use Sephirah_Server.ProtoReflect.Descriptor instead.

func (*Sephirah_Server) GetGrpc

func (x *Sephirah_Server) GetGrpc() *GRPC

func (*Sephirah_Server) GetGrpcWeb added in v0.0.3

func (x *Sephirah_Server) GetGrpcWeb() *GRPC

func (*Sephirah_Server) ProtoMessage

func (*Sephirah_Server) ProtoMessage()

func (*Sephirah_Server) ProtoReflect

func (x *Sephirah_Server) ProtoReflect() protoreflect.Message

func (*Sephirah_Server) Reset

func (x *Sephirah_Server) Reset()

func (*Sephirah_Server) String

func (x *Sephirah_Server) String() string

Jump to

Keyboard shortcuts

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