定义 ChirpStackTransport

This commit is contained in:
2025-09-15 18:56:11 +08:00
parent 3876162f1d
commit dedb429186
2 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package transport
type Transport interface {
}