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