added
createlist
This commit is contained in:
parent
7806a1eb96
commit
88b0b0090d
@ -5,6 +5,7 @@ import (
|
|||||||
"git.loafle.net/overflow/commons_go/model/timestamp"
|
"git.loafle.net/overflow/commons_go/model/timestamp"
|
||||||
"git.loafle.net/overflow/overflow_proxy_service/proxy/member"
|
"git.loafle.net/overflow/overflow_proxy_service/proxy/member"
|
||||||
"git.loafle.net/overflow/overflow_proxy_service/proxy"
|
"git.loafle.net/overflow/overflow_proxy_service/proxy"
|
||||||
|
"fmt"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Target struct {
|
type Target struct {
|
||||||
@ -67,3 +68,13 @@ func (t *TargetService)Create(tm *Target) string {
|
|||||||
|
|
||||||
return out;
|
return out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (t *TargetService)CreateList(tmlist []*Target) string {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
fmt.Println(len(tmlist))
|
||||||
|
|
||||||
|
|
||||||
|
return ""
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user