예제 #1
0
파일: endpoint.go 프로젝트: stensonb/cidrd
func init() {
	e := &classEndpoint{}
	plugin.RegisterEndpoint(e)
}
예제 #2
0
파일: endpoint.go 프로젝트: stensonb/cidrd
func init() {
	e := &netblockEndpoint{}
	plugin.RegisterEndpoint(e)
}