package alias import "time" type Alias struct { Id string LinkId int64 CreationTime time.Time } type Aliases = []*Alias