Documentation
¶
Index ¶
- func InitLogger()
- type DiscoveryHandler
- type Service
- func (s *Service) SwaggerGetDoc(ctx context.Context, id string, userToken string, userRoles []string) ([]byte, error)
- func (s *Service) SwaggerGetDocs(ctx context.Context, userToken string, userRoles []string) ([]map[string]json.RawMessage, error)
- func (s *Service) SwaggerListStorage(ctx context.Context, userToken string, userRoles []string) ([]lib_models.SwaggerItem, error)
- func (s *Service) SwaggerPeriodicProcurement(ctx context.Context, interval, delay time.Duration) error
- func (s *Service) SwaggerRefreshDocs(ctx context.Context) error
- type StorageHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitLogger ¶
func InitLogger()
Types ¶
type DiscoveryHandler ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) SwaggerGetDoc ¶
func (*Service) SwaggerGetDocs ¶
func (*Service) SwaggerListStorage ¶
func (s *Service) SwaggerListStorage(ctx context.Context, userToken string, userRoles []string) ([]lib_models.SwaggerItem, error)
func (*Service) SwaggerPeriodicProcurement ¶
Click to show internal directories.
Click to hide internal directories.