invalid

package
v5.39.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 15, 2021 License: AGPL-3.0, Apache-2.0 Imports: 0 Imported by: 0

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()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL