X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=blobdiff_plain;f=config.go;h=909692095f9cf1184967054fd1857a745bceb030;hp=18c6520222fd115a9fd091ebc15ce73f9cf5d0d3;hb=HEAD;hpb=44a325a9bea5f53c6489cecb3691709306a1814c diff --git a/config.go b/config.go index 18c6520..9096920 100644 --- a/config.go +++ b/config.go @@ -1,6 +1,6 @@ // Configuration file parsing and validation -// Copyright (C) 2019 Simon Ruderich +// Copyright (C) 2019-2021 Simon Ruderich // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by @@ -30,10 +30,10 @@ type Config struct { } type File struct { - Type FileType - Url string - Path string - CA string + Type FileType + Url string + Path string + CA string Username string Password string