Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCanceled = status.New(codes.Canceled, "canceled").Err()
Functions ¶
This section is empty.
Types ¶
type NullStream ¶
NullStream is a placeholder type for gs.Stream[*gs.Null] It is useful for generating a stream that does not send or receive any message. but only to trigger the stream function. when the Recv function is triggered, arguments of struct will be updated. It is used in the following way: @stream(bidi) or @stream(c2s) @ stream(s2c)
Click to show internal directories.
Click to hide internal directories.