mirror of https://github.com/docker/docs.git
Removing the SetDaemon method
Signed-off-by: Bharath Thiruveedula <bharath_ves@hotmail.com>
This commit is contained in:
parent
d78755d159
commit
94def48878
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue