mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Merge pull request #13058 from bharaththiruveedula/13057-remove-SetDaemon-method
Removing the SetDaemon method
This commit is contained in:
@@ -76,10 +76,6 @@ func (s *Server) Close() {
|
||||
}
|
||||
}
|
||||
|
||||
func (s *Server) SetDaemon(d *daemon.Daemon) {
|
||||
s.daemon = d
|
||||
}
|
||||
|
||||
type serverCloser interface {
|
||||
Serve() error
|
||||
Close() error
|
||||
|
||||
Reference in New Issue
Block a user