mirror of
https://github.com/coder/coder.git
synced 2026-06-04 05:28:20 +00:00
2294c55bd9
<!-- If you have used AI to produce some or all of this PR, please ensure you have read our [AI Contribution guidelines](https://coder.com/docs/about/contributing/AI_CONTRIBUTING) before submitting. -->
10 lines
199 B
Go
10 lines
199 B
Go
package aibridged
|
|
|
|
import "github.com/coder/coder/v2/enterprise/aibridged/proto"
|
|
|
|
type DRPCServer interface {
|
|
proto.DRPCRecorderServer
|
|
proto.DRPCMCPConfiguratorServer
|
|
proto.DRPCAuthorizerServer
|
|
}
|