stash-box/pkg/api/types.go
WithoutPants 0f29cf0c84 Initial performer prototype (#1)
* Initial performer prototype

* Drop file: from migration url to fix panic

* Remove vendor requirement
2019-11-18 21:13:05 +11:00

8 lines
107 B
Go

package api
// An enum https://golang.org/ref/spec#Iota
const (
create = iota // 0
update = iota // 1
)