This repository has been archived on 2025-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
bactdb/types/entities.go
2015-10-05 10:33:49 -07:00

5 lines
68 B
Go

package types
type Entity interface {
Marshal() ([]byte, error)
}