Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartDevelopmentSimulator ¶
func StartDevelopmentSimulator() error
Types ¶
type ErrorDetail ¶
type ErrorDetail struct {
Message string `json:"message"`
}
type ErrorLine ¶
type ErrorLine struct { Error string `json:"error"` ErrorDetail ErrorDetail `json:"errorDetail"` }
type SimulatorClient ¶
type SimulatorClient interface { }
Click to show internal directories.
Click to hide internal directories.