Documentation
¶
Index ¶
- func GetStandardChangeTypes() map[string]int
- func IsEntryLine(line string) bool
- func IsSectionLine(line string) bool
- func IsTitleLine(line string) bool
- func IsVersionLine(line string) bool
- func ParseEntryLine(line string) string
- func ParseSectionLine(line string) string
- func ParseTitleLine(line string) string
- func ParseVersionLine(line string) (string, *time.Time, error)
- type SortedMap
- func (sm *SortedMap[K, V]) Del(key K) error
- func (sm *SortedMap[K, V]) Get(key K) (V, bool)
- func (sm *SortedMap[K, V]) Has(key K) bool
- func (sm *SortedMap[K, V]) Keys() []K
- func (sm *SortedMap[K, V]) Len() int
- func (sm *SortedMap[K, V]) MarshalJSON() ([]byte, error)
- func (sm *SortedMap[K, V]) Set(key K, val V) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetStandardChangeTypes ¶
func IsEntryLine ¶
func IsSectionLine ¶
func IsTitleLine ¶
func IsVersionLine ¶
func ParseEntryLine ¶
func ParseSectionLine ¶
func ParseTitleLine ¶
Types ¶
type SortedMap ¶
func NewSortedMap ¶
func (*SortedMap[K, V]) MarshalJSON ¶
MarshalJSON Re implement the JSON serialization to ensure JSON serialization respect ordering
Click to show internal directories.
Click to hide internal directories.