package curre import "context" type Initer interface { Init(ctx context.Context) error }