Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Identifier ¶
type Identifier int
Identifier represent different supported clients and can be used to toggle or change server behavior based on the client.
const ( IdentifierGeneric Identifier = iota IdentifierVSCode IdentifierGoTest )
func DetermineClientIdentifier ¶
func DetermineClientIdentifier(clientName string) Identifier
Click to show internal directories.
Click to hide internal directories.