mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
9 lines
91 B
Go
9 lines
91 B
Go
package requests
|
|
|
|
type Update struct {
|
|
}
|
|
|
|
func NewUpdate() *Update {
|
|
return new(Update)
|
|
}
|