Versions in this module Expand all Collapse all v1 v1.0.4 Nov 5, 2019 Changes in this version + func MustNormalizeBlobURL(srcUrl string, environ []string) string + func MustNormalizeDocStoreURL(srcUrl string, opt ...Option) string + func MustNormalizePubSubURL(srcUrl string) string + func NormalizeBlobURL(srcUrl string, environ []string) (string, error) + func NormalizeDocStoreURL(srcUrl string, opt ...Option) (string, error) + func NormalizePubSubURL(srcUrl string) (string, error) + type DynamoDBSchema struct + Collection string + PartitionKeyField *Field + SortKeyField *Field + func NewDynamoDBSchema(collectionEntity interface{}, urlString string) (*DynamoDBSchema, error) + func (d DynamoDBSchema) CreateTableCommand(opt ...SchemaOption) []string + type Field struct + Name string + Type string + type Option struct + Collection string + FileName string + KeyName string + PartitionKey string + RevisionField string + type SchemaOption struct + ReadCapacityUnits int + WriteCapacityUnits int