aboutsummaryrefslogtreecommitdiff
path: root/internal/adminpb/internal.proto
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-02-12 05:40:07 -0800
committerXe Iaso <me@xeiaso.net>2024-02-12 05:40:07 -0800
commit491d0858997633f077a2e5c4000753ec8c65a905 (patch)
tree2cd9e682a52562d0c9b18fbfdb7743589929009c /internal/adminpb/internal.proto
parentd0fefc7ae6c5eccfb5f3813c1e6422a3043e3455 (diff)
downloadxesite-491d0858997633f077a2e5c4000753ec8c65a905.tar.xz
xesite-491d0858997633f077a2e5c4000753ec8c65a905.zip
cmd/xesite: fix default patreon token url
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'internal/adminpb/internal.proto')
-rw-r--r--internal/adminpb/internal.proto14
1 files changed, 6 insertions, 8 deletions
diff --git a/internal/adminpb/internal.proto b/internal/adminpb/internal.proto
index a0755ff..28cc5bd 100644
--- a/internal/adminpb/internal.proto
+++ b/internal/adminpb/internal.proto
@@ -6,17 +6,15 @@ import "google/protobuf/empty.proto";
import "google/protobuf/timestamp.proto";
import "xesite.proto";
-service Patreon {
- rpc GetToken (google.protobuf.Empty) returns (PatreonToken);
-}
+service Patreon { rpc GetToken(google.protobuf.Empty) returns (PatreonToken); }
message PatreonToken {
- string access_token = 1;
- string token_type = 2;
- string refresh_token = 3;
- google.protobuf.Timestamp expiry = 4;
+ string access_token = 1;
+ string token_type = 2;
+ string refresh_token = 3;
+ google.protobuf.Timestamp expiry = 4;
}
service Admin {
- rpc Rebuild(google.protobuf.Empty) returns (xeiaso.net.BuildInfo);
+ rpc Rebuild(google.protobuf.Empty) returns (xeiaso.net.BuildInfo);
} \ No newline at end of file