package
Version:
v1.2.3
Opens a new window with list of versions in this module.
Published: Dec 17, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type Object interface {
Valid() (ok bool)
Unmarshal(dst any) (err error)
Marshal() (p []byte, err error)
Value() (v any)
}
func New(src interface{}) Object
Source Files
¶
Click to show internal directories.
Click to hide internal directories.