Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option func(t *Type)
Option represent type option
func WithPackage ¶
WithPackage is an option to set the package name of the type
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
Registry represents an extension type
func NewRegistry ¶
func NewRegistry(options ...RegistryOption) *Registry
NewRegistry creates a registry
type RegistryOption ¶
type RegistryOption func(r *Registry)
RegistryOption represent registry option
func WithListener ¶
func WithListener(listener Listener) RegistryOption
WithListener creates a new registry with the specified listener
func WithRegistryScn ¶
func WithRegistryScn(scn int) RegistryOption
WithRegistryScn is an option to set scn time
Click to show internal directories.
Click to hide internal directories.