d8a

package
v0.19.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewD8AProtocol

func NewD8AProtocol(
	converter currency.Converter,
	psr properties.SettingsRegistry,
	opts ...ga4.GA4ProtocolOption,
) protocol.Protocol

func WrapColumns added in v0.19.1

func WrapColumns(columns schema.Columns, options ...OptionFunc) schema.Columns

Types

type OptionFunc added in v0.19.1

type OptionFunc func(opts *WrapColumnOptionsS)

func WithPatchEvent added in v0.19.1

func WithPatchEvent(interfaceID schema.InterfaceID, column schema.EventColumn) OptionFunc

func WithPatchSession added in v0.19.1

func WithPatchSession(interfaceID schema.InterfaceID, column schema.SessionColumn) OptionFunc

func WithPatchSessionScopedEvent added in v0.19.1

func WithPatchSessionScopedEvent(interfaceID schema.InterfaceID, column schema.SessionScopedEventColumn) OptionFunc

func WithSkipColumns added in v0.19.1

func WithSkipColumns(columns ...schema.InterfaceID) OptionFunc

type PatchEvent added in v0.19.1

type PatchEvent struct {
	InterfaceID schema.InterfaceID
	// contains filtered or unexported fields
}

type PatchSession added in v0.19.1

type PatchSession struct {
	InterfaceID schema.InterfaceID
	// contains filtered or unexported fields
}

type PatchSessionScopedEvent added in v0.19.1

type PatchSessionScopedEvent struct {
	InterfaceID schema.InterfaceID
	// contains filtered or unexported fields
}

type WrapColumnOptionsS added in v0.19.1

type WrapColumnOptionsS struct {
	SkipColumns              []schema.InterfaceID
	PatchEvents              []PatchEvent
	PatchSessions            []PatchSession
	PatchSessionScopedEvents []PatchSessionScopedEvent
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL