Skip to content

Make 'event' field in EventContext public #2

@liuwb

Description

@liuwb

type EventContext struct {
event map[string]any
resourceContext map[string]any
}

Both 'event' and 'resourceContext' are private fields that cannot be accessed in Factory method. Please make them public.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions