11 lines
132 B
Smarty
11 lines
132 B
Smarty
|
package service
|
||
|
|
||
|
import (
|
||
|
"context"
|
||
|
"net/http"
|
||
|
|
||
|
"github.com/grpc-ecosystem/grpc-gateway/v2/runtime"
|
||
|
"google.golang.org/grpc"
|
||
|
)
|
||
|
|