Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileServiceConfig ¶
func NewConfig ¶
func NewConfig(filepath string) (*FileServiceConfig, error)
func (*FileServiceConfig) Validate ¶
func (f *FileServiceConfig) Validate() error
type SysFileService ¶
type SysFileService struct {
// contains filtered or unexported fields
}
func NewSysFileService ¶
func NewSysFileService(cfg *FileServiceConfig, l logging.Logger) (*SysFileService, error)
func (*SysFileService) RegisterService ¶
func (s *SysFileService) RegisterService(srv *grpc.Server)
Click to show internal directories.
Click to hide internal directories.