Documentation ¶
Index ¶
- type Service
- func (s *Service) ImageClient() image.Client
- func (s *Service) ImageMultipartFormDecoder() imageMultipart.FormDecoder
- func (s *Service) ImageStructuredStore() imageStoreStructured.Store
- func (s *Service) ImageTransformer() imageTransform.Transformer
- func (s *Service) ImageUnstructuredStore() imageStoreUnstructured.Store
- func (s *Service) Initialize(provider application.Provider) error
- func (s *Service) Status() interface{}
- func (s *Service) Terminate()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { *serviceService.Authenticated // contains filtered or unexported fields }
func (*Service) ImageClient ¶
func (*Service) ImageMultipartFormDecoder ¶
func (s *Service) ImageMultipartFormDecoder() imageMultipart.FormDecoder
func (*Service) ImageStructuredStore ¶
func (s *Service) ImageStructuredStore() imageStoreStructured.Store
func (*Service) ImageTransformer ¶
func (s *Service) ImageTransformer() imageTransform.Transformer
func (*Service) ImageUnstructuredStore ¶
func (s *Service) ImageUnstructuredStore() imageStoreUnstructured.Store
func (*Service) Initialize ¶
func (s *Service) Initialize(provider application.Provider) error
Click to show internal directories.
Click to hide internal directories.