package
Version:
v1.5.4
Opens a new window with list of versions in this module.
Published: Apr 25, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewBuilder() *Builder
func (b *Builder) Build() (*Simulator, error)
func (b *Builder) WithModel(model *simulator.Model) *Builder
func (b *Builder) WithOperations(ops ...string) *Builder
type Simulator struct {
}
func (s Simulator) Destroy()
func (s Simulator) Password() string
func (s Simulator) Run(commandStr string, buffers ...*gbytes.Buffer) error
func (s Simulator) ServerURL() *url.URL
func (s Simulator) Username() string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.