Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SystemService ¶
type SystemService struct {
// contains filtered or unexported fields
}
func NewSystemService ¶
func NewSystemService(core *server.CoreService, storage *storageServer.StorageService) *SystemService
func (*SystemService) GetHealth ¶
func (s *SystemService) GetHealth(ctx context.Context, req *connect.Request[v1.GetHealthRequest]) (*connect.Response[v1.GetHealthResponse], error)
GetHealth implements v1connect.SystemServiceHandler.
func (*SystemService) Ping ¶
func (s *SystemService) Ping(ctx context.Context, _req *connect.Request[v1.PingRequest]) (*connect.Response[v1.PingResponse], error)
Ping implements v1connect.SystemServiceHandler.
Click to show internal directories.
Click to hide internal directories.