package
Version:
v0.0.0-...-b7647e0
Opens a new window with list of versions in this module.
Published: Sep 23, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 8
Opens a new window with list of known importers.
Documentation
¶
func Clone(dest interface{}, src interface{})
Clone deep clone
func MustMarshal(value interface{}) []byte
MustMarshal marshal
func MustUnmarshal(value interface{}, data []byte)
MustUnmarshal unmarshal
func Unmarshal(value interface{}, data []byte) error
Unmarshal unmarshal
type InitModel interface {
Init() error
}
InitModel init model
Source Files
¶
Click to show internal directories.
Click to hide internal directories.