summaryrefslogtreecommitdiff
path: root/lib/service.ex
AgeCommit message (Collapse)Author
2021-11-10Move Service struct def to its own moduleBen Busby
Service struct now defined in lib/service.ex This makes a bit more sense now that its a shared resource, rather than just defining it only in the update.exs script.