Golint
This commit is contained in:
parent
a880fdea82
commit
efb0cc13fa
41 changed files with 569 additions and 386 deletions
|
@ -1,5 +1,6 @@
|
|||
package types
|
||||
|
||||
// Entity is a a payload or model.
|
||||
type Entity interface {
|
||||
Marshal() ([]byte, error)
|
||||
}
|
||||
|
|
Reference in a new issue