9 lines
85 B
Go
9 lines
85 B
Go
type InitiatedFlow struct {
|
|
Local string
|
|
Remote string
|
|
|
|
mu sync.RWMutex
|
|
|
|
Flow
|
|
}
|