package logic type _Guidance struct { config map[uint32]uint32 } func (this *_Guidance) GetConfig() map[uint32]uint32 { return this.config }