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