6 lines
103 B
Go
6 lines
103 B
Go
package invite
|
|
|
|
// New creates a new invite store
|
|
func New(root_url string, store Store) InviteKV {
|
|
|
|
}
|