2023-08-19 09:12:26 +03:00
|
|
|
package tg
|
2023-07-09 01:28:59 +03:00
|
|
|
|
2023-08-16 17:25:56 +03:00
|
|
|
import (
|
2023-09-21 20:32:24 +03:00
|
|
|
//"reflect"
|
2023-08-16 17:25:56 +03:00
|
|
|
)
|
2023-08-12 15:54:05 +03:00
|
|
|
|
2023-08-13 15:37:36 +03:00
|
|
|
// The argument for handling in channenl behaviours.
|
2023-08-18 13:46:10 +03:00
|
|
|
type ChannelContext struct {
|
2023-08-13 15:37:36 +03:00
|
|
|
}
|
2023-08-18 13:46:10 +03:00
|
|
|
type CC = ChannelContext
|
2023-08-13 15:37:36 +03:00
|
|
|
type ChannelAction struct {
|
2023-08-18 13:46:10 +03:00
|
|
|
Act (*ChannelContext)
|
2023-08-12 19:06:23 +03:00
|
|
|
}
|