Documentation
¶
Index ¶
- Variables
- type Auth
- func (*Auth) Descriptor() ([]byte, []int)deprecated
- func (x *Auth) GetIssuer() string
- func (x *Auth) GetRefreshTokenTtl() int64
- func (x *Auth) GetSecret() []byte
- func (x *Auth) GetTokenTtl() int64
- func (msg *Auth) MarshalJSON() ([]byte, error)
- func (*Auth) ProtoMessage()
- func (x *Auth) ProtoReflect() protoreflect.Message
- func (x *Auth) Reset()
- func (x *Auth) String() string
- func (msg *Auth) UnmarshalJSON(b []byte) error
- type Connection
- func (*Connection) Descriptor() ([]byte, []int)deprecated
- func (x *Connection) GetDatabase() string
- func (x *Connection) GetEndpoints() []string
- func (x *Connection) GetPassword() string
- func (x *Connection) GetUsername() string
- func (msg *Connection) MarshalJSON() ([]byte, error)
- func (*Connection) ProtoMessage()
- func (x *Connection) ProtoReflect() protoreflect.Message
- func (x *Connection) Reset()
- func (x *Connection) String() string
- func (msg *Connection) UnmarshalJSON(b []byte) error
- type Dashboard
- func (*Dashboard) Descriptor() ([]byte, []int)deprecated
- func (x *Dashboard) GetDomain() string
- func (x *Dashboard) GetLogo() string
- func (x *Dashboard) GetName() string
- func (x *Dashboard) GetSecret() []byte
- func (msg *Dashboard) MarshalJSON() ([]byte, error)
- func (*Dashboard) ProtoMessage()
- func (x *Dashboard) ProtoReflect() protoreflect.Message
- func (x *Dashboard) Reset()
- func (x *Dashboard) String() string
- func (msg *Dashboard) UnmarshalJSON(b []byte) error
- type FilesystemStorage
- func (*FilesystemStorage) Descriptor() ([]byte, []int)deprecated
- func (x *FilesystemStorage) GetBasePath() string
- func (x *FilesystemStorage) GetMaxMemory() int64
- func (msg *FilesystemStorage) MarshalJSON() ([]byte, error)
- func (*FilesystemStorage) ProtoMessage()
- func (x *FilesystemStorage) ProtoReflect() protoreflect.Message
- func (x *FilesystemStorage) Reset()
- func (x *FilesystemStorage) String() string
- func (msg *FilesystemStorage) UnmarshalJSON(b []byte) error
- type Mail
- func (*Mail) Descriptor() ([]byte, []int)deprecated
- func (x *Mail) GetHost() string
- func (x *Mail) GetPassword() string
- func (x *Mail) GetPort() string
- func (x *Mail) GetSender() string
- func (x *Mail) GetUsername() string
- func (msg *Mail) MarshalJSON() ([]byte, error)
- func (*Mail) ProtoMessage()
- func (x *Mail) ProtoReflect() protoreflect.Message
- func (x *Mail) Reset()
- func (x *Mail) String() string
- func (msg *Mail) UnmarshalJSON(b []byte) error
- type Router
- func (*Router) Descriptor() ([]byte, []int)deprecated
- func (x *Router) GetCertFile() string
- func (x *Router) GetKeyFile() string
- func (x *Router) GetPort() string
- func (x *Router) GetUseCors() bool
- func (x *Router) GetUseSsl() bool
- func (msg *Router) MarshalJSON() ([]byte, error)
- func (*Router) ProtoMessage()
- func (x *Router) ProtoReflect() protoreflect.Message
- func (x *Router) Reset()
- func (x *Router) String() string
- func (msg *Router) UnmarshalJSON(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var File_graphify_config_v1_auth_proto protoreflect.FileDescriptor
View Source
var File_graphify_config_v1_connection_proto protoreflect.FileDescriptor
View Source
var File_graphify_config_v1_dashboard_proto protoreflect.FileDescriptor
View Source
var File_graphify_config_v1_router_proto protoreflect.FileDescriptor
View Source
var File_graphify_config_v1_storage_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Auth ¶
type Auth struct {
Issuer string `protobuf:"bytes,1,opt,name=issuer,json=AUTH_ISSUER,proto3" json:"issuer,omitempty"`
Secret []byte `protobuf:"bytes,2,opt,name=secret,json=AUTH_SECRET,proto3" json:"secret,omitempty"`
TokenTtl int64 `protobuf:"varint,3,opt,name=token_ttl,json=AUTH_TOKEN_TTL,proto3" json:"token_ttl,omitempty"`
RefreshTokenTtl int64 `protobuf:"varint,4,opt,name=refresh_token_ttl,json=AUTH_REFRESH_TOKEN_TTL,proto3" json:"refresh_token_ttl,omitempty"`
// contains filtered or unexported fields
}
func (*Auth) Descriptor
deprecated
func (*Auth) GetRefreshTokenTtl ¶
func (*Auth) GetTokenTtl ¶
func (*Auth) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*Auth) ProtoMessage ¶
func (*Auth) ProtoMessage()
func (*Auth) ProtoReflect ¶
func (x *Auth) ProtoReflect() protoreflect.Message
func (*Auth) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type Connection ¶
type Connection struct {
Database string `protobuf:"bytes,1,opt,name=database,json=ARANGODB_DATABASE,proto3" json:"database,omitempty"`
Username string `protobuf:"bytes,2,opt,name=username,json=ARANGODB_USERNAME,proto3" json:"username,omitempty"`
Password string `protobuf:"bytes,3,opt,name=password,json=ARANGODB_PASSWORD,proto3" json:"password,omitempty"`
Endpoints []string `protobuf:"bytes,4,rep,name=endpoints,json=ARANGODB_ENDPOINTS,proto3" json:"endpoints,omitempty"`
// contains filtered or unexported fields
}
func (*Connection) Descriptor
deprecated
func (*Connection) Descriptor() ([]byte, []int)
Deprecated: Use Connection.ProtoReflect.Descriptor instead.
func (*Connection) GetDatabase ¶
func (x *Connection) GetDatabase() string
func (*Connection) GetEndpoints ¶
func (x *Connection) GetEndpoints() []string
func (*Connection) GetPassword ¶
func (x *Connection) GetPassword() string
func (*Connection) GetUsername ¶
func (x *Connection) GetUsername() string
func (*Connection) MarshalJSON ¶
func (msg *Connection) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Connection) ProtoMessage ¶
func (*Connection) ProtoMessage()
func (*Connection) ProtoReflect ¶
func (x *Connection) ProtoReflect() protoreflect.Message
func (*Connection) Reset ¶
func (x *Connection) Reset()
func (*Connection) String ¶
func (x *Connection) String() string
func (*Connection) UnmarshalJSON ¶
func (msg *Connection) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Dashboard ¶
type Dashboard struct {
Name string `protobuf:"bytes,1,opt,name=name,json=DASHBOARD_NAME,proto3" json:"name,omitempty"`
Domain string `protobuf:"bytes,2,opt,name=domain,json=DASHBOARD_DOMAIN,proto3" json:"domain,omitempty"`
Logo string `protobuf:"bytes,3,opt,name=logo,json=DASHBOARD_LOGO,proto3" json:"logo,omitempty"`
Secret []byte `protobuf:"bytes,4,opt,name=secret,json=DASHBOARD_SECRET,proto3" json:"secret,omitempty"`
// contains filtered or unexported fields
}
func (*Dashboard) Descriptor
deprecated
func (*Dashboard) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*Dashboard) ProtoMessage ¶
func (*Dashboard) ProtoMessage()
func (*Dashboard) ProtoReflect ¶
func (x *Dashboard) ProtoReflect() protoreflect.Message
func (*Dashboard) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type FilesystemStorage ¶
type FilesystemStorage struct {
BasePath string `protobuf:"bytes,1,opt,name=base_path,json=FILESYSTEM_STORAGE_BASE_PATH,proto3" json:"base_path,omitempty"`
MaxMemory int64 `protobuf:"varint,2,opt,name=max_memory,json=FILESYSTEM_STORAGE_MAX_MEMORY,proto3" json:"max_memory,omitempty"`
// contains filtered or unexported fields
}
func (*FilesystemStorage) Descriptor
deprecated
func (*FilesystemStorage) Descriptor() ([]byte, []int)
Deprecated: Use FilesystemStorage.ProtoReflect.Descriptor instead.
func (*FilesystemStorage) GetBasePath ¶
func (x *FilesystemStorage) GetBasePath() string
func (*FilesystemStorage) GetMaxMemory ¶
func (x *FilesystemStorage) GetMaxMemory() int64
func (*FilesystemStorage) MarshalJSON ¶
func (msg *FilesystemStorage) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*FilesystemStorage) ProtoMessage ¶
func (*FilesystemStorage) ProtoMessage()
func (*FilesystemStorage) ProtoReflect ¶
func (x *FilesystemStorage) ProtoReflect() protoreflect.Message
func (*FilesystemStorage) Reset ¶
func (x *FilesystemStorage) Reset()
func (*FilesystemStorage) String ¶
func (x *FilesystemStorage) String() string
func (*FilesystemStorage) UnmarshalJSON ¶
func (msg *FilesystemStorage) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Mail ¶ added in v0.8.10
type Mail struct {
Host string `protobuf:"bytes,1,opt,name=host,json=MAIL_SMTP_HOST,proto3" json:"host,omitempty"`
Port string `protobuf:"bytes,2,opt,name=port,json=MAIL_SMTP_PORT,proto3" json:"port,omitempty"`
Username string `protobuf:"bytes,3,opt,name=username,json=MAIL_SMTP_USERNAME,proto3" json:"username,omitempty"`
Password string `protobuf:"bytes,4,opt,name=password,json=MAIL_SMTP_PASSWORD,proto3" json:"password,omitempty"`
Sender string `protobuf:"bytes,5,opt,name=sender,json=MAIL_SMTP_FROM,proto3" json:"sender,omitempty"`
// contains filtered or unexported fields
}
func (*Mail) Descriptor
deprecated
added in
v0.8.10
func (*Mail) GetPassword ¶ added in v0.8.10
func (*Mail) GetUsername ¶ added in v0.8.10
func (*Mail) MarshalJSON ¶ added in v0.8.10
MarshalJSON implements json.Marshaler
func (*Mail) ProtoMessage ¶ added in v0.8.10
func (*Mail) ProtoMessage()
func (*Mail) ProtoReflect ¶ added in v0.8.10
func (x *Mail) ProtoReflect() protoreflect.Message
func (*Mail) UnmarshalJSON ¶ added in v0.8.10
UnmarshalJSON implements json.Unmarshaler
type Router ¶
type Router struct {
Port string `protobuf:"bytes,1,opt,name=port,json=ROUTER_PORT,proto3" json:"port,omitempty"`
UseCors bool `protobuf:"varint,2,opt,name=use_cors,json=ROUTER_USE_CORS,proto3" json:"use_cors,omitempty"`
UseSsl bool `protobuf:"varint,3,opt,name=use_ssl,json=ROUTER_USE_SSL,proto3" json:"use_ssl,omitempty"`
CertFile string `protobuf:"bytes,4,opt,name=cert_file,json=ROUTER_CERT_FILE,proto3" json:"cert_file,omitempty"`
KeyFile string `protobuf:"bytes,5,opt,name=key_file,json=ROUTER_KEY_FILE,proto3" json:"key_file,omitempty"`
// contains filtered or unexported fields
}
func (*Router) Descriptor
deprecated
func (*Router) GetCertFile ¶
func (*Router) GetKeyFile ¶
func (*Router) GetUseCors ¶
func (*Router) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*Router) ProtoMessage ¶
func (*Router) ProtoMessage()
func (*Router) ProtoReflect ¶
func (x *Router) ProtoReflect() protoreflect.Message
func (*Router) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
Click to show internal directories.
Click to hide internal directories.