package services import "github.com/google/wire" var ProviderSetServices = wire.NewSet(NewChatService, NewSessionService)