예제 #1
0
파일: interval.go 프로젝트: elvin-du/golang
//TimeValue is the common interval value function
func TimeValue(params data.Parameters) int64 {
	return params.Time()
}