Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type IBuilder ¶
type IBuilder interface { GetListFiles(uint64) hls_request.IRequest LoadFileChunk(string, uint64) hls_request.IRequest }
func NewBuilder ¶
func NewBuilder() IBuilder
type IClient ¶
type IClient interface { GetListFiles(context.Context, string, uint64) ([]hlf_settings.SFileInfo, error) LoadFileChunk(context.Context, string, string, uint64) ([]byte, error) }
func NewClient ¶
func NewClient(pBuilder IBuilder, pRequester IRequester) IClient
type IRequester ¶
type IRequester interface { GetListFiles(context.Context, string, hls_request.IRequest) ([]hlf_settings.SFileInfo, error) LoadFileChunk(context.Context, string, hls_request.IRequest) ([]byte, error) }
func NewRequester ¶
func NewRequester(pHLSClient hls_client.IClient) IRequester
type SClientError ¶
type SClientError struct {
// contains filtered or unexported fields
}
func (*SClientError) Error ¶
func (err *SClientError) Error() string
Click to show internal directories.
Click to hide internal directories.