package
0.0.0-20240513023348-5feaf8d2ad78
Repository: https://github.com/go-faster/bot.git
Documentation: pkg.go.dev

# Functions

NewQuery returns the generic Query interface for the given typed query.

# Interfaces

The Query interface represents an operation that queries a graph.

# Type aliases

The CheckFunc type is an adapter to allow the use of ordinary function as a Querier.
The Func type is an adapter that allows ordinary functions to be used as interceptors.
The GitCommitFunc type is an adapter to allow the use of ordinary function as a Querier.
The GPTDialogFunc type is an adapter to allow the use of ordinary function as a Querier.
The LastChannelMessageFunc type is an adapter to allow the use of ordinary function as a Querier.
The OrganizationFunc type is an adapter to allow the use of ordinary function as a Querier.
The PRNotificationFunc type is an adapter to allow the use of ordinary function as a Querier.
The RepositoryFunc type is an adapter to allow the use of ordinary function as a Querier.
The TelegramChannelStateFunc type is an adapter to allow the use of ordinary function as a Querier.
The TelegramSessionFunc type is an adapter to allow the use of ordinary function as a Querier.
The TelegramUserStateFunc type is an adapter to allow the use of ordinary function as a Querier.
The TraverseCheck type is an adapter to allow the use of ordinary function as Traverser.
The TraverseFunc type is an adapter to allow the use of ordinary function as Traverser.
The TraverseGitCommit type is an adapter to allow the use of ordinary function as Traverser.
The TraverseGPTDialog type is an adapter to allow the use of ordinary function as Traverser.
The TraverseLastChannelMessage type is an adapter to allow the use of ordinary function as Traverser.
The TraverseOrganization type is an adapter to allow the use of ordinary function as Traverser.
The TraversePRNotification type is an adapter to allow the use of ordinary function as Traverser.
The TraverseRepository type is an adapter to allow the use of ordinary function as Traverser.
The TraverseTelegramChannelState type is an adapter to allow the use of ordinary function as Traverser.
The TraverseTelegramSession type is an adapter to allow the use of ordinary function as Traverser.
The TraverseTelegramUserState type is an adapter to allow the use of ordinary function as Traverser.
The TraverseUser type is an adapter to allow the use of ordinary function as Traverser.
The UserFunc type is an adapter to allow the use of ordinary function as a Querier.