Skip to content

ResourceURL is omitted when a *resource.WebPage is Unmarshalled #2

@efixler

Description

@efixler

This happens because we mask this field (*net.URL) in order to make it present as a string in JSON., and because we store this as a column in the db, so we don't need (or want) it in the stored JSON blob.

Hydrators are handling this manually, but it's a niggle when hydrating JSON directly, which we only do for tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions