Rename model.Model to record.Record

This commit is contained in:
Daniel 2018-09-05 17:19:45 +02:00
parent 9b7365376c
commit d76bfd55dc
23 changed files with 31 additions and 619 deletions

View file

@ -19,9 +19,9 @@ func NewInterface(opts *Options) *Interface {
}
}
func (i *Interface) Get(key string) (model.Model, error) {
func (i *Interface) Get(key string) (record.Record, error) {
controller
controller
return nil, nil
}