Documentation
¶
Overview ¶
Package provides a wrapper to specify local dev options.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HasDevOptions ¶
HasDevOptions tells if dev options specified.
func PrintDUTProtos ¶
PrintDUTProtos specifies if printing DUT protos is expected. Default: Yes.
Types ¶
type ActiveLocalDevOption ¶
type ActiveLocalDevOption interface { // Specify if expected to print DUT proto at the start/end of execution. PrintDUTProtos() bool // Specify if client is active. IsActive() bool }
ActiveLocalDevOption represent interface to tell if local development is active.
Click to show internal directories.
Click to hide internal directories.