Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PROCESS = "maple-file" VERSION = "dev" DESCRIPTION = "Multi-protocol cloud file upload and management with serverless." )
Functions ¶
func Register ¶
func Register(name string, creator ServiceCreator)
Types ¶
type App ¶
type BaseService ¶
type BaseService struct{}
func (BaseService) Close ¶
func (BaseService) Close() error
func (BaseService) Register ¶
func (BaseService) Register(*grpc.Server)
func (BaseService) RegisterGateway ¶
func (BaseService) RegisterGateway(context.Context, *runtime.ServeMux)
func (BaseService) RegisterHTTP ¶
func (BaseService) RegisterHTTP(*echo.Echo)
type DB ¶
func (*DB) AutoMigrate ¶
type Server ¶
type ServiceCreator ¶
type Services ¶
type Services []Service
func (Services) RegisterGateway ¶
func (Services) RegisterHTTP ¶
Click to show internal directories.
Click to hide internal directories.