13 lines
199 B
Go
13 lines
199 B
Go
package tg
|
|
|
|
import (
|
|
//"reflect"
|
|
)
|
|
|
|
// The argument for handling in channenl behaviours.
|
|
type ChannelContext struct {
|
|
}
|
|
type CC = ChannelContext
|
|
type ChannelAction struct {
|
|
Act (*ChannelContext)
|
|
}
|