MCPcopy
hub / github.com/livekit/livekit / Match

Interface Match

pkg/clientconfiguration/match.go:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27)
28
29type Match interface {
30 Match(clientInfo *livekit.ClientInfo) (bool, error)
31}
32
33type ScriptMatch struct {
34 compiled *tengo.Compiled

Callers 1

GetConfigurationMethod · 0.65

Implementers 1

ScriptMatchpkg/clientconfiguration/match.go

Calls

no outgoing calls

Tested by

no test coverage detected