Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
// IdempotentGetProjectLevelQueue returns project level queue
// if not exists, automatically create one by given workspace and project resource config
IdempotentGetProjectLevelQueue(workspace string, project *apistructs.ProjectDTO) (*pb.Queue, error)
InjectQueueManager(queueManager pb.QueueServiceServer)
}
type ProjectQueueResource ¶
Click to show internal directories.
Click to hide internal directories.