urbac/store/store.go

5 lines
40 B
Go
Raw Normal View History

2024-10-31 17:56:26 +08:00
package store
type Store interface {
}