Skip to content

Improve naming of url and public key fields

Niels Möller requested to merge nisse/improve-naming into main

Rename policy.Entity.Url --> URL, for consistency with other go classes.

Rename policy.Entity.PubKey --> PublicKey, to avoid unnecessary abbreviations.

Rename client.Config.LogURL --> URL, since the class is used for more than just the log api.

Merge request reports