Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Error = log.New(os.Stdout, "\u001b[31mERROR: \u001b[0m", log.LstdFlags|log.Lshortfile)
Functions ¶
func GenerateShortUrl ¶
Types ¶
type Config ¶
type Config struct { EntriesTableName string ParticlesTableName string BaseEndpoint string ApiHandler string DefaultRedirectEndpoint string }
func LoadConfig ¶
type Item ¶
type ParticleEntry ¶
type ParticleEntry struct {
Particle string `json:"particle" dynamodbav:"particle"`
}
Click to show internal directories.
Click to hide internal directories.