Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface {
plugins.Service
// VerifyCredential verifies the client credential.
VerifyCredential(conn auth.Conn, q auth.Query) (bool, error)
// VerifyCertificate verifies the client certificate.
VerifyCertificate(conn tls.Conn) (bool, error)
}
Service represents a document store service interface.
func NewService ¶ added in v1.3.5
func NewService() Service
NewService returns a new query base service.
Click to show internal directories.
Click to hide internal directories.