add weather grpc

This commit is contained in:
2025-03-07 08:42:38 -05:00
parent 075902ecd8
commit 81676c5404
9 changed files with 68 additions and 23 deletions

View File

@ -0,0 +1,11 @@
package opts
import (
"gitea.libretechconsulting.com/rmcguire/go-app/pkg/app"
"gitea.libretechconsulting.com/rmcguire/go-app/pkg/config"
)
type GRPCOpts struct {
*config.GRPCConfig
*app.AppGRPC
}