mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-10-04 23:22:56 +08:00
7 lines
87 B
Go
7 lines
87 B
Go
package streamd
|
|
|
|
type closeCallback struct {
|
|
Callback func() error
|
|
Name string
|
|
}
|