mirror of https://github.com/rocboss/paopao-ce
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
426 B
19 lines
426 B
//go:build constraint
|
|
|
|
package service
|
|
|
|
var (
|
|
_ server = (*grpcServer)(nil)
|
|
_ server = (*httpServer)(nil)
|
|
|
|
_ Service = (*adminService)(nil)
|
|
_ Service = (*botService)(nil)
|
|
_ Service = (*frontendWebService)(nil)
|
|
_ Service = (*localossService)(nil)
|
|
_ Service = (*metricsService)(nil)
|
|
_ Service = (*pprofService)(nil)
|
|
_ Service = (*mobileService)(nil)
|
|
_ Service = (*spaceXService)(nil)
|
|
_ Service = (*webService)(nil)
|
|
)
|