Skip to content

extsvc: rename `AccountSpec` to `Spec`

Administrator requested to merge jc/rename-AccountSpec into master

Created by: unknwon

To be consistent on field and type naming.

It is not an ideal name if we only look at the type alone, but makes a lot more sense when we actually use the field, e.g.

var acct extsvc.Account
acct.Spec = xyz
// Not acct.AccountSpec which feels redundant

Merge request reports

Loading