add: Added grpc api, perm system

add: grpc api config in creds
This commit is contained in:
Kwoth
2024-10-03 02:01:03 +00:00
parent a7be56a562
commit 5d76a15dc0
14 changed files with 413 additions and 49 deletions

View File

@@ -49,8 +49,8 @@ public interface IStatsService
/// </summary>
double GetPrivateMemoryMegabytes();
GuildInfo GetGuildInfo(string name);
GuildInfo GetGuildInfo(ulong id);
GuildInfo GetGuildInfoAsync(string name);
Task<GuildInfo> GetGuildInfoAsync(ulong id);
}
public record struct GuildInfo