Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storage: add 'Has' feature. #276

Merged
merged 2 commits into from
Oct 25, 2021
Merged

storage: add 'Has' feature. #276

merged 2 commits into from
Oct 25, 2021

Commits on Oct 22, 2021

  1. storage: add 'Has' feature.

    I debated for a while if there's any way to avoid doing interfaces that
    refer to other interfaces here, because I usually find that's a smell,
    but any idea I can think of to try to avoid it seems worse (e.g.
    would threaten to spawn a 'Has(R)' *and* a 'Has2(W)' function on the
    package scope, due to golang's lack of polymorphic parameters, etc).
    warpfork committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    e87ee26 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. storage: more docs.

    warpfork committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    1988fbf View commit details
    Browse the repository at this point in the history