MCPcopy Create free account
hub / github.com/OpenPrinting/goipp / Void

Struct Void

value.go:219–219  ·  view source on GitHub ↗

Void is the Value that represents "no value" Use with: TagUnsupportedValue, TagDefault, TagUnknown, TagNotSettable, TagDeleteAttr, TagAdminDefine

Source from the content-addressed store, hash-verified

217// Use with: TagUnsupportedValue, TagDefault, TagUnknown,
218// TagNotSettable, TagDeleteAttr, TagAdminDefine
219type Void struct{}
220
221// String converts Void Value to string
222func (Void) String() string { return "" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected