Documentation ¶
Index ¶
- func New(srv iface.Service, ctx context.Context, config *structureSpec.Service, ...) (iface.Stream, error)
- type Command
- type Stream
- func (f *Stream) Application() string
- func (s *Stream) Close()
- func (st *Stream) Command(command string) (iface.Command, error)
- func (f *Stream) Context() context.Context
- func (f *Stream) Event() interface{}
- func (st *Stream) HandleRaw(cmd *command.Command) (resp response.Response, err error)
- func (st *Stream) Listen() (protocol string, err error)
- func (f *Stream) Project() string
- func (st *Stream) ProtocolHash() (protocol string, err error)
- func (f *Stream) SmartOps() (uint32, error)
- func (f *Stream) Type() uint32
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
type Stream ¶
type Stream struct {
// contains filtered or unexported fields
}
func (*Stream) Application ¶
func (*Stream) ProtocolHash ¶
Click to show internal directories.
Click to hide internal directories.