mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-05 09:30:24 +08:00
10 lines
175 B
Go
10 lines
175 B
Go
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
|
|
|
package models
|
|
|
|
type MessageTaskTarget struct {
|
|
ClusterId int64
|
|
NodeId int64
|
|
ServerId int64
|
|
}
|