rpc
This commit is contained in:
@@ -15,10 +15,12 @@ type auxT struct {
|
||||
Row int
|
||||
}
|
||||
|
||||
func NewImageTime() *ImageTime {
|
||||
return &ImageTime{
|
||||
func NewImageTime(aps []*AuxPlatform) *ImageTime {
|
||||
it := &ImageTime{
|
||||
auxT: make([]*auxT, 0),
|
||||
}
|
||||
it.Extract(aps)
|
||||
return it
|
||||
}
|
||||
|
||||
func (it *ImageTime) Extract(aps []*AuxPlatform) {
|
||||
|
||||
Reference in New Issue
Block a user