conf

package
v0.0.0-...-bda4315 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Bootstrap

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

func (*Bootstrap) Descriptor deprecated

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

Deprecated: Use Bootstrap.ProtoReflect.Descriptor instead.

func (*Bootstrap) GetData

func (x *Bootstrap) GetData() *Data

func (*Bootstrap) GetServer

func (x *Bootstrap) GetServer() *Server

func (*Bootstrap) ProtoMessage

func (*Bootstrap) ProtoMessage()

func (*Bootstrap) ProtoReflect

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

func (*Bootstrap) Reset

func (x *Bootstrap) Reset()

func (*Bootstrap) String

func (x *Bootstrap) String() string

type Data

type Data struct {
	SpiceDb *Data_SpiceDb `protobuf:"bytes,1,opt,name=spiceDb,proto3" json:"spiceDb,omitempty"`
	// contains filtered or unexported fields
}

func (*Data) Descriptor deprecated

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

Deprecated: Use Data.ProtoReflect.Descriptor instead.

func (*Data) GetSpiceDb

func (x *Data) GetSpiceDb() *Data_SpiceDb

func (*Data) ProtoMessage

func (*Data) ProtoMessage()

func (*Data) ProtoReflect

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

func (*Data) Reset

func (x *Data) Reset()

func (*Data) String

func (x *Data) String() string

type Data_SpiceDb

type Data_SpiceDb struct {
	UseTLS     bool   `protobuf:"varint,1,opt,name=useTLS,proto3" json:"useTLS,omitempty"`
	Endpoint   string `protobuf:"bytes,2,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	Token      string `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	TokenFile  string `protobuf:"bytes,4,opt,name=tokenFile,proto3" json:"tokenFile,omitempty"`
	SchemaFile string `protobuf:"bytes,5,opt,name=schemaFile,proto3" json:"schemaFile,omitempty"`
	// contains filtered or unexported fields
}

func (*Data_SpiceDb) Descriptor deprecated

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

Deprecated: Use Data_SpiceDb.ProtoReflect.Descriptor instead.

func (*Data_SpiceDb) GetEndpoint

func (x *Data_SpiceDb) GetEndpoint() string

func (*Data_SpiceDb) GetSchemaFile

func (x *Data_SpiceDb) GetSchemaFile() string

func (*Data_SpiceDb) GetToken

func (x *Data_SpiceDb) GetToken() string

func (*Data_SpiceDb) GetTokenFile

func (x *Data_SpiceDb) GetTokenFile() string

func (*Data_SpiceDb) GetUseTLS

func (x *Data_SpiceDb) GetUseTLS() bool

func (*Data_SpiceDb) ProtoMessage

func (*Data_SpiceDb) ProtoMessage()

func (*Data_SpiceDb) ProtoReflect

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

func (*Data_SpiceDb) Reset

func (x *Data_SpiceDb) Reset()

func (*Data_SpiceDb) String

func (x *Data_SpiceDb) String() string

type Server

type Server struct {
	Http        *Server_HTTP `protobuf:"bytes,1,opt,name=http,proto3" json:"http,omitempty"`
	Grpc        *Server_GRPC `protobuf:"bytes,2,opt,name=grpc,proto3" json:"grpc,omitempty"`
	MinLogLevel *string      `protobuf:"bytes,3,opt,name=minLogLevel,proto3,oneof" json:"minLogLevel,omitempty"`
	Auth        *Server_Auth `protobuf:"bytes,4,opt,name=auth,proto3" json:"auth,omitempty"`
	// contains filtered or unexported fields
}

func (*Server) Descriptor deprecated

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

Deprecated: Use Server.ProtoReflect.Descriptor instead.

func (*Server) GetAuth

func (x *Server) GetAuth() *Server_Auth

func (*Server) GetGrpc

func (x *Server) GetGrpc() *Server_GRPC

func (*Server) GetHttp

func (x *Server) GetHttp() *Server_HTTP

func (*Server) GetMinLogLevel

func (x *Server) GetMinLogLevel() string

func (*Server) ProtoMessage

func (*Server) ProtoMessage()

func (*Server) ProtoReflect

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

func (*Server) Reset

func (x *Server) Reset()

func (*Server) String

func (x *Server) String() string

type Server_Auth

type Server_Auth struct {
	EnableAuth bool   `protobuf:"varint,1,opt,name=enableAuth,proto3" json:"enableAuth,omitempty"`
	JwksUrl    string `protobuf:"bytes,2,opt,name=jwksUrl,proto3" json:"jwksUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*Server_Auth) Descriptor deprecated

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

Deprecated: Use Server_Auth.ProtoReflect.Descriptor instead.

func (*Server_Auth) GetEnableAuth

func (x *Server_Auth) GetEnableAuth() bool

func (*Server_Auth) GetJwksUrl

func (x *Server_Auth) GetJwksUrl() string

func (*Server_Auth) ProtoMessage

func (*Server_Auth) ProtoMessage()

func (*Server_Auth) ProtoReflect

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

func (*Server_Auth) Reset

func (x *Server_Auth) Reset()

func (*Server_Auth) String

func (x *Server_Auth) String() string

type Server_GRPC

type Server_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 (*Server_GRPC) Descriptor deprecated

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

Deprecated: Use Server_GRPC.ProtoReflect.Descriptor instead.

func (*Server_GRPC) GetAddr

func (x *Server_GRPC) GetAddr() string

func (*Server_GRPC) GetNetwork

func (x *Server_GRPC) GetNetwork() string

func (*Server_GRPC) GetTimeout

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

func (*Server_GRPC) ProtoMessage

func (*Server_GRPC) ProtoMessage()

func (*Server_GRPC) ProtoReflect

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

func (*Server_GRPC) Reset

func (x *Server_GRPC) Reset()

func (*Server_GRPC) String

func (x *Server_GRPC) String() string

type Server_HTTP

type Server_HTTP 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"`
	Pathprefix string               `protobuf:"bytes,4,opt,name=pathprefix,proto3" json:"pathprefix,omitempty"`
	// contains filtered or unexported fields
}

func (*Server_HTTP) Descriptor deprecated

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

Deprecated: Use Server_HTTP.ProtoReflect.Descriptor instead.

func (*Server_HTTP) GetAddr

func (x *Server_HTTP) GetAddr() string

func (*Server_HTTP) GetNetwork

func (x *Server_HTTP) GetNetwork() string

func (*Server_HTTP) GetPathprefix

func (x *Server_HTTP) GetPathprefix() string

func (*Server_HTTP) GetTimeout

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

func (*Server_HTTP) ProtoMessage

func (*Server_HTTP) ProtoMessage()

func (*Server_HTTP) ProtoReflect

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

func (*Server_HTTP) Reset

func (x *Server_HTTP) Reset()

func (*Server_HTTP) String

func (x *Server_HTTP) String() string

Jump to

Keyboard shortcuts

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