mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-12 11:06:08 +00:00
shim in start and stop methods
This commit is contained in:
@@ -2,6 +2,7 @@ package docker
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"context"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"text/template"
|
||||
@@ -32,6 +33,8 @@ func (p *Provider) Setup() error {
|
||||
}
|
||||
return nil
|
||||
}
|
||||
func (Provider) StartNode(_ context.Context, _ *e2e.Node) error { panic("unimplemented") }
|
||||
func (Provider) StopNode(_ context.Context, _ *e2e.Node) error { panic("unimplemented") }
|
||||
|
||||
// dockerComposeBytes generates a Docker Compose config file for a testnet and returns the
|
||||
// file as bytes to be written out to disk.
|
||||
|
||||
Reference in New Issue
Block a user