Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComExample1 ¶
type ComExample1 struct {
Name string
}
type ComExample2 ¶
type ComExample2 struct {
Com1ref *ComExample1
}
func (*ComExample2) Close ¶
func (inst *ComExample2) Close() error
func (*ComExample2) Loop ¶
func (inst *ComExample2) Loop() error
func (*ComExample2) Open ¶
func (inst *ComExample2) Open() error
type ExitCoder1 ¶
type ExitCoder1 struct { }
func (*ExitCoder1) ExitCode ¶
func (inst *ExitCoder1) ExitCode() int
func (*ExitCoder1) Priority ¶
func (inst *ExitCoder1) Priority() int
type ExitCoder2 ¶
type ExitCoder2 struct { }
func (*ExitCoder2) ExitCode ¶
func (inst *ExitCoder2) ExitCode() int
func (*ExitCoder2) Priority ¶
func (inst *ExitCoder2) Priority() int
Click to show internal directories.
Click to hide internal directories.