package grpc import ( hav1 "gitea.nik4nao.com/nik/home-services/gen/ha/v1" ) type SwitchGRPC struct { hav1.UnimplementedSwitchServiceServer } // All methods return codes.Unimplemented via the embedded UnimplementedSwitchServiceServer. // TODO: follow the same pattern as LightGRPC once app/switch.go is implemented.