There was an error while loading. Please reload this page.
Modules "building blocks" that integrate with Disgo by implementing the interface IService located in the disgo_commons repo.
// IService type IService interface { Name() string IsRunning() bool RegisterGrpc(grpcServer *grpc.Server) Go(waitGroup *sync.WaitGroup) }