Documentation
¶
Index ¶
- type DotNotation
- func (d *DotNotation) AddPrefix(prefixs ...string) *DotNotation
- func (d *DotNotation) AddSuffix(suffixs ...string) *DotNotation
- func (d *DotNotation) Less(d2 *DotNotation) bool
- func (d *DotNotation) Scan(in any) error
- func (d *DotNotation) String() string
- func (d DotNotation) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DotNotation ¶
type DotNotation struct {
Parts []string `json:"parts"`
}
func New ¶
func New(parts ...string) *DotNotation
func Parse ¶
func Parse(s string) *DotNotation
func (*DotNotation) AddPrefix ¶
func (d *DotNotation) AddPrefix(prefixs ...string) *DotNotation
func (*DotNotation) AddSuffix ¶
func (d *DotNotation) AddSuffix(suffixs ...string) *DotNotation
func (*DotNotation) Less ¶
func (d *DotNotation) Less(d2 *DotNotation) bool
func (*DotNotation) Scan ¶
func (d *DotNotation) Scan(in any) error
func (*DotNotation) String ¶
func (d *DotNotation) String() string
Click to show internal directories.
Click to hide internal directories.