feat: add service and model
This commit is contained in:
5
storage/model/server.go
Normal file
5
storage/model/server.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package model
|
||||
|
||||
type Server struct {
|
||||
ID string
|
||||
}
|
||||
Reference in New Issue
Block a user