Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + type Client struct + func (_m *Client) BucketExists(bucketName string) (bool, error) + func (_m *Client) GetObjectWithContext(ctx context.Context, bucketName string, objectName string, ...) (*minio_go.Object, error) + func (_m *Client) MakeBucket(bucketName string, location string) error + func (_m *Client) PutObjectWithContext(ctx context.Context, bucketName string, objectName string, reader io.Reader, ...) (int64, error) + func (_m *Client) RemoveObject(bucketName string, objectName string) error + type Repository struct + func (_m *Repository) Get(bucketName string, remotePath string) ([]byte, apperrors.AppError) + func (_m *Repository) Put(bucketName string, remotePath string, resource []byte) apperrors.AppError + func (_m *Repository) Remove(bucketName string, remotePath string) apperrors.AppError + type Service struct + func (_m *Service) Get(id string) ([]byte, []byte, []byte, apperrors.AppError) + func (_m *Service) Put(id string, documentation []byte, apiSpec []byte, eventsSpec []byte) apperrors.AppError + func (_m *Service) Remove(id string) apperrors.AppError