Versions in this module Expand all Collapse all v0 v0.0.1 Mar 4, 2026 Changes in this version + type Option func(*config) + func WithBlockchainImage(image string) Option + func WithDelegatorImage(image string) Option + func WithGuppyImage(image string) Option + func WithIPNIImage(image string) Option + func WithIndexerImage(image string) Option + func WithKeepOnFailure() Option + func WithPiriBinary(path string) Option + func WithPiriImage(image string) Option + func WithSignerImage(image string) Option + func WithTimeout(d time.Duration) Option + func WithUploadImage(image string) Option + type Stack struct + func MustNewStack(t *testing.T, opts ...Option) *Stack + func NewStack(ctx context.Context, t *testing.T, opts ...Option) (*Stack, error) + func (s *Stack) Close(ctx context.Context) error + func (s *Stack) Exec(ctx context.Context, service string, args ...string) (stdout, stderr string, err error) + func (s *Stack) Logs(ctx context.Context, service string) (string, error)