mirror of
https://github.com/safing/portbase
synced 2025-09-15 17:49:51 +00:00
Rename model.Model to record.Record
This commit is contained in:
parent
9b7365376c
commit
d76bfd55dc
23 changed files with 31 additions and 619 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue