configv1

package
v0.8.13 Latest Latest
Warning

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

Go to latest
Published: May 6, 2025 License: Unlicense Imports: 6 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

Deprecated: Use Auth.ProtoReflect.Descriptor instead.

func (*Auth) GetIssuer

func (x *Auth) GetIssuer() string

func (*Auth) GetRefreshTokenTtl

func (x *Auth) GetRefreshTokenTtl() int64

func (*Auth) GetSecret

func (x *Auth) GetSecret() []byte

func (*Auth) GetTokenTtl

func (x *Auth) GetTokenTtl() int64

func (*Auth) MarshalJSON

func (msg *Auth) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

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

func (*Auth) UnmarshalJSON

func (msg *Auth) UnmarshalJSON(b []byte) error

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"`
	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) Descriptor() ([]byte, []int)

Deprecated: Use Dashboard.ProtoReflect.Descriptor instead.

func (*Dashboard) GetDomain

func (x *Dashboard) GetDomain() string
func (x *Dashboard) GetLogo() string

func (*Dashboard) GetName

func (x *Dashboard) GetName() string

func (*Dashboard) GetSecret

func (x *Dashboard) GetSecret() []byte

func (*Dashboard) MarshalJSON

func (msg *Dashboard) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Dashboard) ProtoMessage

func (*Dashboard) ProtoMessage()

func (*Dashboard) ProtoReflect

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

func (*Dashboard) Reset

func (x *Dashboard) Reset()

func (*Dashboard) String

func (x *Dashboard) String() string

func (*Dashboard) UnmarshalJSON

func (msg *Dashboard) UnmarshalJSON(b []byte) error

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) Descriptor() ([]byte, []int)

Deprecated: Use Mail.ProtoReflect.Descriptor instead.

func (*Mail) GetHost added in v0.8.10

func (x *Mail) GetHost() string

func (*Mail) GetPassword added in v0.8.10

func (x *Mail) GetPassword() string

func (*Mail) GetPort added in v0.8.10

func (x *Mail) GetPort() string

func (*Mail) GetSender added in v0.8.10

func (x *Mail) GetSender() string

func (*Mail) GetUsername added in v0.8.10

func (x *Mail) GetUsername() string

func (*Mail) MarshalJSON added in v0.8.10

func (msg *Mail) MarshalJSON() ([]byte, error)

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) Reset added in v0.8.10

func (x *Mail) Reset()

func (*Mail) String added in v0.8.10

func (x *Mail) String() string

func (*Mail) UnmarshalJSON added in v0.8.10

func (msg *Mail) UnmarshalJSON(b []byte) error

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) Descriptor() ([]byte, []int)

Deprecated: Use Router.ProtoReflect.Descriptor instead.

func (*Router) GetCertFile

func (x *Router) GetCertFile() string

func (*Router) GetKeyFile

func (x *Router) GetKeyFile() string

func (*Router) GetPort

func (x *Router) GetPort() string

func (*Router) GetUseCors

func (x *Router) GetUseCors() bool

func (*Router) GetUseSsl

func (x *Router) GetUseSsl() bool

func (*Router) MarshalJSON

func (msg *Router) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Router) ProtoMessage

func (*Router) ProtoMessage()

func (*Router) ProtoReflect

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

func (*Router) Reset

func (x *Router) Reset()

func (*Router) String

func (x *Router) String() string

func (*Router) UnmarshalJSON

func (msg *Router) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

Jump to

Keyboard shortcuts

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