implement api
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package models
|
||||
|
||||
type KeypadSize struct {
|
||||
AttrsPerKey int
|
||||
NumbOfKeys int
|
||||
AttrsPerKey int `json:"attrs_per_key"`
|
||||
NumbOfKeys int `json:"numb_of_keys"`
|
||||
}
|
||||
|
||||
func (kp *KeypadSize) TotalAttrs() int {
|
||||
|
||||
Reference in New Issue
Block a user