package requests type Update struct { } func NewUpdate() *Update { return new(Update) }