lessmore/node/auth.go

8 lines
142 B
Go
Raw Normal View History

2018-11-04 16:11:37 +03:00
package node
// checkAuth token in point request
// TODO: implement logic
func (es ESConf) checkAuth(req PointRequest) bool {
return true
}