Versions in this module Expand all Collapse all v0 v0.1.0 Jan 17, 2021 Changes in this version + type DynamoStore struct + PartitionKey string + SortKey string + TableName string + func NewDynamoStore(session *session.Session, table string) *DynamoStore + func (dynamo *DynamoStore) Get(namespace string, principal string) (interface{}, error) + type IService interface + Query func(input *dynamodb.QueryInput) (*dynamodb.QueryOutput, error) + type PolicyStore interface + Get func(namespace string, principal string) (interface{}, error)