aboutsummaryrefslogtreecommitdiffstats
path: root/library/go/yandex/solomon/reporters/puller/httppuller/spack.go
blob: cf59abd52a6781832130676575bb208d637c2fe7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package httppuller

type spackOption struct {
}

func (*spackOption) isOption() {}

func WithSpack() Option {
	return &spackOption{}
}