overflow_discovery/service/service.go

9 lines
68 B
Go
Raw Normal View History

2017-12-04 09:37:39 +00:00
package service
2017-11-15 06:59:43 +00:00
2018-03-16 07:46:31 +00:00
func InitService() {
}
func DestroyService() {
2017-11-15 06:59:43 +00:00
}