mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Removing the SetDaemon method
Signed-off-by: Bharath Thiruveedula <bharath_ves@hotmail.com>
This commit is contained in:
parent
d78755d159
commit
94def48878
1 changed files with 0 additions and 4 deletions
|
@ -76,10 +76,6 @@ func (s *Server) Close() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *Server) SetDaemon(d *daemon.Daemon) {
|
|
||||||
s.daemon = d
|
|
||||||
}
|
|
||||||
|
|
||||||
type serverCloser interface {
|
type serverCloser interface {
|
||||||
Serve() error
|
Serve() error
|
||||||
Close() error
|
Close() error
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue