Files
distributor/internal/app/pipeline.go

6 lines
49 B
Go

package app
type Pipeline struct {
ID string
}