Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Enabled bool
Address string
AuthToken string
DatabasePath string
MaxPageSize int
}
Config holds runtime configuration for the gRPC server.
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server wraps a gRPC server instance and SQLite reader.
Click to show internal directories.
Click to hide internal directories.