type go.opencensus.io/stats/view.AggType

5 uses

	go.opencensus.io/stats/view (current package)
		aggregation.go#L19: type AggType int
		aggregation.go#L23: 	AggTypeNone         AggType = iota // no aggregation; reserved for future use.
		aggregation.go#L30: func (t AggType) String() string {
		aggregation.go#L34: var aggTypeName = map[AggType]string{
		aggregation.go#L45: 	Type    AggType   // Type is the AggType of this Aggregation.