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() // Minimum server version: 1.5 NewerValidMethod() }
type Helpers ¶
type Helpers interface { // Minimum server version: 1.2.3 ValidHelperMethod() // Minimum server version: 1.5 NewerValidHelperMethod() // Minimum server version: 1.5 IndirectReferenceMethod() }
type HelpersImpl ¶
type HelpersImpl struct {
// contains filtered or unexported fields
}
func (*HelpersImpl) IndirectReferenceMethod ¶
func (h *HelpersImpl) IndirectReferenceMethod()
func (*HelpersImpl) NewerValidHelperMethod ¶
func (h *HelpersImpl) NewerValidHelperMethod()
func (*HelpersImpl) ValidHelperMethod ¶
func (h *HelpersImpl) ValidHelperMethod()
Click to show internal directories.
Click to hide internal directories.