backend/server: remove id and version from backend
This commit is contained in:
parent
1cedff0e9e
commit
2fb1783885
6 changed files with 28 additions and 246 deletions
|
@ -601,7 +601,7 @@ func (s *Server) Delete() error {
|
|||
}
|
||||
|
||||
func (s *Server) ID() string {
|
||||
return s.be.ID()
|
||||
return "empty"
|
||||
}
|
||||
|
||||
func (s *Server) Location() string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue