Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) MapHandlers ¶
type ServiceServer ¶
type ServiceServer struct {
pb.UnimplementedFileApiServiceServer
}
func (*ServiceServer) GetFile ¶
func (s *ServiceServer) GetFile(ctx context.Context, in *pb.DeliveryGetFile) (*pb.File, error)
func (*ServiceServer) IsAlive ¶
func (s *ServiceServer) IsAlive(ctx context.Context, in *pb.IsAliveRequest) (*pb.IsAliveResponse, error)
@Summary Ping Service @Success 200 {string} string "" @Router /api/v1/fileapi/ready/live [get]
Click to show internal directories.
Click to hide internal directories.