Documentation ¶
Index ¶
- Variables
- type Bootstrap
- type Data
- type Data_SpiceDb
- func (*Data_SpiceDb) Descriptor() ([]byte, []int)deprecated
- func (x *Data_SpiceDb) GetEndpoint() string
- func (x *Data_SpiceDb) GetSchemaFile() string
- func (x *Data_SpiceDb) GetToken() string
- func (x *Data_SpiceDb) GetTokenFile() string
- func (x *Data_SpiceDb) GetUseTLS() bool
- func (*Data_SpiceDb) ProtoMessage()
- func (x *Data_SpiceDb) ProtoReflect() protoreflect.Message
- func (x *Data_SpiceDb) Reset()
- func (x *Data_SpiceDb) String() string
- type Server
- func (*Server) Descriptor() ([]byte, []int)deprecated
- func (x *Server) GetAuth() *Server_Auth
- func (x *Server) GetGrpc() *Server_GRPC
- func (x *Server) GetHttp() *Server_HTTP
- func (x *Server) GetMinLogLevel() string
- func (*Server) ProtoMessage()
- func (x *Server) ProtoReflect() protoreflect.Message
- func (x *Server) Reset()
- func (x *Server) String() string
- type Server_Auth
- func (*Server_Auth) Descriptor() ([]byte, []int)deprecated
- func (x *Server_Auth) GetEnableAuth() bool
- func (x *Server_Auth) GetJwksUrl() string
- func (*Server_Auth) ProtoMessage()
- func (x *Server_Auth) ProtoReflect() protoreflect.Message
- func (x *Server_Auth) Reset()
- func (x *Server_Auth) String() string
- type Server_GRPC
- func (*Server_GRPC) Descriptor() ([]byte, []int)deprecated
- func (x *Server_GRPC) GetAddr() string
- func (x *Server_GRPC) GetNetwork() string
- func (x *Server_GRPC) GetTimeout() *durationpb.Duration
- func (*Server_GRPC) ProtoMessage()
- func (x *Server_GRPC) ProtoReflect() protoreflect.Message
- func (x *Server_GRPC) Reset()
- func (x *Server_GRPC) String() string
- type Server_HTTP
- func (*Server_HTTP) Descriptor() ([]byte, []int)deprecated
- func (x *Server_HTTP) GetAddr() string
- func (x *Server_HTTP) GetNetwork() string
- func (x *Server_HTTP) GetPathprefix() string
- func (x *Server_HTTP) GetTimeout() *durationpb.Duration
- func (*Server_HTTP) ProtoMessage()
- func (x *Server_HTTP) ProtoReflect() protoreflect.Message
- func (x *Server_HTTP) Reset()
- func (x *Server_HTTP) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_conf_proto protoreflect.FileDescriptor
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) ProtoMessage ¶
func (*Bootstrap) ProtoMessage()
func (*Bootstrap) ProtoReflect ¶
func (x *Bootstrap) ProtoReflect() protoreflect.Message
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) GetSpiceDb ¶
func (x *Data) GetSpiceDb() *Data_SpiceDb
func (*Data) ProtoMessage ¶
func (*Data) ProtoMessage()
func (*Data) ProtoReflect ¶
func (x *Data) ProtoReflect() protoreflect.Message
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) 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 (*Server) ProtoMessage ¶
func (*Server) ProtoMessage()
func (*Server) ProtoReflect ¶
func (x *Server) ProtoReflect() protoreflect.Message
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
Click to show internal directories.
Click to hide internal directories.