package
Version:
v0.0.0-...-2bc625b
Opens a new window with list of versions in this module.
Published: Dec 19, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func IsStandardAttributePointer(ptrStr string) bool
IsStandardAttributePointer reports if ptrStr is a valid json pointer to a standard attribute.
type T struct {
Pointer string `json:"pointer"`
Value interface{} `json:"value,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.