Redmage/api/queryable.go

6 lines
62 B
Go
Raw Normal View History

2024-04-27 20:00:30 +07:00
package api
type Queryable interface {
Get(string) string
}