Documentation
¶
Index ¶
Constants ¶
View Source
const ( GalleryTypeMetadataValue = "Marker" GalleryTypeMetadataKey = "Gallery-Type" COMPLETE_TORSO = 2 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GalleryQuery ¶
type GalleryResponse ¶
type RequestCreateSegment ¶
type S3Service ¶
func (*S3Service) Create ¶
func (s *S3Service) Create(segment RequestCreateSegment) (Segment, error)
func (*S3Service) GetGallery ¶
func (s *S3Service) GetGallery(query GalleryQuery) (GalleryResponse, error)
type Service ¶
type Service interface { Create(RequestCreateSegment) (Segment, error) Get(id string) (Segment, error) GetWithData(id string) (Segment, error) GetGallery(query GalleryQuery) (GalleryResponse, error) }
Click to show internal directories.
Click to hide internal directories.