Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API interface {
// ValidMethod is a fake method for testing the
// plugin comment checker with a valid comment.
//
// Minimum server version: 1.2.3
ValidMethod()
// InvalidMethod is a fake method for testing the
// plugin comment checker with an invalid comment.
InvalidMethod()
}
type Helpers ¶
type Helpers interface {
// Minimum server version: 1.1
LowerVersionMethod()
// Minimum server version: 1.3
HigherVersionMethod()
}
type HelpersImpl ¶
type HelpersImpl struct {
// contains filtered or unexported fields
}
func (*HelpersImpl) HigherVersionMethod ¶
func (h *HelpersImpl) HigherVersionMethod()
func (*HelpersImpl) LowerVersionMethod ¶
func (h *HelpersImpl) LowerVersionMethod()
Click to show internal directories.
Click to hide internal directories.