Versions in this module Expand all Collapse all v0 v0.9.1 Feb 25, 2023 v0.9.0 Oct 2, 2021 v0.8.0 Jan 12, 2021 Changes in this version + func NewCollection() interface + type AConf struct + A1 int64 + A2 int64 + A3 int64 + func (v *AConf) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *AConf) UnmarshalJSON(data []byte) error + func (v AConf) MarshalEasyJSON(w *jwriter.Writer) + func (v AConf) MarshalJSON() ([]byte, error) + type BConf struct + B1 int64 + B2 int64 + B3 int64 + func (v *BConf) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *BConf) UnmarshalJSON(data []byte) error + func (v BConf) MarshalEasyJSON(w *jwriter.Writer) + func (v BConf) MarshalJSON() ([]byte, error) + type CConf struct + C1 int64 + C2 int64 + C3 int64 + func (v *CConf) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *CConf) UnmarshalJSON(data []byte) error + func (v CConf) MarshalEasyJSON(w *jwriter.Writer) + func (v CConf) MarshalJSON() ([]byte, error) + type Collection struct + AConf AConf + BConf BConf + CConf CConf + DConf DConf + EConf EConf + FConf FConf + GConf GConf + HConf HConf + IConf IConf + JConf JConf + KConf KConf + func (this *Collection) BindRefs() error + func (this *Collection) CompatibleVersions() []string + func (this *Collection) Filename2Conf() map[string]interface{} + func (this *Collection) FixPointers() + func (this *Collection) RevRefGraph() map[string][]string + type DConf struct + D1 int64 + D2 int64 + D3 int64 + func (v *DConf) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *DConf) UnmarshalJSON(data []byte) error + func (v DConf) MarshalEasyJSON(w *jwriter.Writer) + func (v DConf) MarshalJSON() ([]byte, error) + type EConf struct + E1 int64 + E2 int64 + E3 int64 + E5 []int64 + E6 []int64 + E7 map[string]int64 + E8 map[string]int64 + func (v *EConf) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EConf) UnmarshalJSON(data []byte) error + func (v EConf) MarshalEasyJSON(w *jwriter.Writer) + func (v EConf) MarshalJSON() ([]byte, error) + type Extension struct + type FConf struct + F1 int64 + F2 int64 + F3 int64 + F5 int64 + func (v *FConf) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *FConf) UnmarshalJSON(data []byte) error + func (v FConf) MarshalEasyJSON(w *jwriter.Writer) + func (v FConf) MarshalJSON() ([]byte, error) + type GConf map[string]int64 + func (v *GConf) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GConf) UnmarshalJSON(data []byte) error + func (v GConf) MarshalEasyJSON(w *jwriter.Writer) + func (v GConf) MarshalJSON() ([]byte, error) + type HConf map[string][]int64 + func (v *HConf) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *HConf) UnmarshalJSON(data []byte) error + func (v HConf) MarshalEasyJSON(w *jwriter.Writer) + func (v HConf) MarshalJSON() ([]byte, error) + type IConf map[string]map[string]int64 + func (v *IConf) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *IConf) UnmarshalJSON(data []byte) error + func (v IConf) MarshalEasyJSON(w *jwriter.Writer) + func (v IConf) MarshalJSON() ([]byte, error) + type JConf map[string]string + func (v *JConf) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *JConf) UnmarshalJSON(data []byte) error + func (v JConf) MarshalEasyJSON(w *jwriter.Writer) + func (v JConf) MarshalJSON() ([]byte, error) + type KConf map[string]*KConfItem + func (v *KConf) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *KConf) UnmarshalJSON(data []byte) error + func (v KConf) MarshalEasyJSON(w *jwriter.Writer) + func (v KConf) MarshalJSON() ([]byte, error) + type KConfItem struct + Kxa int64 + Kxb int64 + func (v *KConfItem) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *KConfItem) UnmarshalJSON(data []byte) error + func (v KConfItem) MarshalEasyJSON(w *jwriter.Writer) + func (v KConfItem) MarshalJSON() ([]byte, error)