Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶ added in v0.16.0
type Option interface {
// contains filtered or unexported methods
}
func WithClusterID ¶ added in v0.16.0
func WithInitialMetadataRepositoryNodes ¶ added in v0.16.0
func WithInitialMetadataRepositoryNodes(mrns ...varlogpb.MetadataRepositoryNode) Option
func WithReplicationFactor ¶ added in v0.16.0
type VarlogTest ¶
type VarlogTest struct {
// contains filtered or unexported fields
}
func New ¶
func New(opts ...Option) (*VarlogTest, error)
func (*VarlogTest) NewAdminClient ¶ added in v0.16.0
func (vt *VarlogTest) NewAdminClient() varlog.Admin
func (*VarlogTest) NewLogClient ¶ added in v0.16.0
func (vt *VarlogTest) NewLogClient() varlog.Log
Click to show internal directories.
Click to hide internal directories.