package changekeys import "git.aiterp.net/rpdata/api/models" // All makes a changelog that's (model, "*"). It's a helper to standardize it. func All(model string) models.ChangeKey { return models.ChangeKey{Model: models.ChangeModel(model), ID: "*"} }