task-processor/internal/remote/handler.go

8 lines
89 B
Go
Raw Normal View History

2025-12-20 16:05:56 +03:00
package remote
2025-10-02 20:35:53 +03:00
type Network struct{}
func NewHandler() *Network {
return &Network{}
}