Documentation ¶
Index ¶
- func Enabled() bool
- func Init() error
- func ObserveBufferSize(t string, size int)
- func SendError(ctx context.Context, errType string, err error)
- func SetBufferDefaultSize(t string, size int)
- func SetBufferMaxSize(t string, size int)
- func StartDownloadingSegment(ctx context.Context) context.CancelFunc
- func StartProcessingSegment(ctx context.Context) context.CancelFunc
- func StartQueueSegment(ctx context.Context) context.CancelFunc
- func StartRequest(ctx context.Context, rw http.ResponseWriter, r *http.Request) (context.Context, context.CancelFunc, http.ResponseWriter)
- func StartStreamingSegment(ctx context.Context) context.CancelFunc
- func Stop()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ObserveBufferSize ¶ added in v3.7.0
func SetBufferDefaultSize ¶ added in v3.7.0
func SetBufferMaxSize ¶ added in v3.7.0
func StartDownloadingSegment ¶
func StartDownloadingSegment(ctx context.Context) context.CancelFunc
func StartProcessingSegment ¶
func StartProcessingSegment(ctx context.Context) context.CancelFunc
func StartQueueSegment ¶ added in v3.7.0
func StartQueueSegment(ctx context.Context) context.CancelFunc
func StartRequest ¶
func StartRequest(ctx context.Context, rw http.ResponseWriter, r *http.Request) (context.Context, context.CancelFunc, http.ResponseWriter)
func StartStreamingSegment ¶ added in v3.8.0
func StartStreamingSegment(ctx context.Context) context.CancelFunc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.