Pulse/internal/license/conversion/config.go
2026-03-18 16:06:30 +00:00

11 lines
393 B
Go

package conversion
import pkglicensing "github.com/rcourtman/pulse-go-rewrite/pkg/licensing"
type CollectionConfigSnapshot = pkglicensing.CollectionConfigSnapshot
type CollectionConfig = pkglicensing.CollectionConfig
// NewCollectionConfig returns a default runtime config with collection enabled.
func NewCollectionConfig() *CollectionConfig {
return pkglicensing.NewCollectionConfig()
}