mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Refactor interaction between dispatcher.from and dispatchState
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
b3bc7b28d0
commit
ab3a037a5b
9 changed files with 117 additions and 123 deletions
|
@ -112,6 +112,6 @@ func (l *mockLayer) Release() error {
|
|||
return nil
|
||||
}
|
||||
|
||||
func (l *mockLayer) Mount() (string, error) {
|
||||
func (l *mockLayer) Mount(_ string) (string, error) {
|
||||
return "mountPath", nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue