overflow_probe_container_ne.../service/ContainerService.go

14 lines
205 B
Go
Raw Normal View History

2017-12-04 11:59:11 +00:00
package service
type ContainerService struct {
}
func (cs *ContainerService) Get(crawlerName string, sensorID string) (interface{}, error) {
return nil, nil
}
func (cs *ContainerService) State() {
}