lotus/api/apistruct/struct_test.go
2020-04-24 02:41:18 +02:00

10 lines
214 B
Go

package apistruct
import "testing"
func TestPermTags(t *testing.T) {
_ = PermissionedFullAPI(&FullNodeStruct{})
_ = PermissionedStorMinerAPI(&StorageMinerStruct{})
_ = PermissionedWorkerAPI(&WorkerStruct{})
}