implement grpc weather
All checks were successful
Build and Publish / release (push) Successful in 4m42s
All checks were successful
Build and Publish / release (push) Successful in 4m42s
This commit is contained in:
13
pkg/weather/grpc/weather.go
Normal file
13
pkg/weather/grpc/weather.go
Normal file
@ -0,0 +1,13 @@
|
||||
package grpc
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
pb "gitea.libretechconsulting.com/rmcguire/ambient-local-exporter/api/v1alpha1/weather"
|
||||
)
|
||||
|
||||
// TODO: Implement
|
||||
type GRPCWeather struct {
|
||||
ctx context.Context
|
||||
*pb.UnimplementedAmbientLocalWeatherServiceServer
|
||||
}
|
Reference in New Issue
Block a user