12 lines
137 B
Go
12 lines
137 B
Go
package service
|
|
|
|
type serviceMgr struct {
|
|
}
|
|
|
|
func (this *serviceMgr) Init() {
|
|
BcCurrency.init()
|
|
}
|
|
|
|
func (this *serviceMgr) UnInit() {
|
|
}
|