iot-relay/internal/types/callback.go
2021-11-14 12:17:47 +01:00

3 lines
57 B
Go

package types
type Callback func(request Request) error