Versions in this module Expand all Collapse all v0 v0.9.9 Feb 5, 2018 v0.9.8 Feb 5, 2018 Changes in this version + func CheckTranslationProgress(urn string, token string) (progress string, err error) + func CreateTransientBucket(bucketName string, token string) (bucketKey string, err error) + func StartServer(port string) + func TranslateSourceToSVF(objectID string, token string) (urn string, err error) + func UploadAndConvert(filename string, data []byte, token string) (urn string, err error) + func UploadDataIntoBucket(filename string, data []byte, bucketKey string, token string) (objectID string, err error) + type BucketParams struct + BucketKey string + PolicyKey string + type CreateBucketResponse struct + BucketKey string + BucketOwner string + CreatedDate int64 + Permissions []struct{ ... } + PolicyKey string + type ForgeServices struct + type Format struct + Type string + Views []string + type TranslationParams struct + Input struct{ ... } + Output struct{ ... } + type TranslationResponse struct + Result string + URN string + type TranslationStatusResponse struct + Progress string + Region string + Status string + Type string + URN string + Version string + type UploadFileToBucketResponse struct + BucketKey string + ContentType string + Location string + ObjectID string + ObjectKey string + SHA1 string + Size int64