Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisLogStream ¶
type RedisLogStream struct {
// contains filtered or unexported fields
}
func NewRedisClient ¶
func NewRedisClient(url string) (*RedisLogStream, error)
func (*RedisLogStream) HeartBeat ¶
func (r *RedisLogStream) HeartBeat(name string, quit chan int)
func (*RedisLogStream) Publish ¶
func (r *RedisLogStream) Publish(channel string, stream io.ReadCloser) error
Click to show internal directories.
Click to hide internal directories.