greatape/greataped/contracts/types.go

7 wiersze
94 B
Go

package contracts
type (
ViewData map[string]interface{}
Values map[string]interface{}
)