Documentation ¶
Index ¶
- type Server
- func (s *Server) CleanDNS(ctx context.Context, req *acmechallenges.CleanDNSRequest) (*acmechallenges.EmptyMessage, error)
- func (s *Server) CleanHTTP(ctx context.Context, req *acmechallenges.CleanHTTPRequest) (*acmechallenges.EmptyMessage, error)
- func (s *Server) DeployDNS(ctx context.Context, req *acmechallenges.DeployDNSRequest) (*acmechallenges.EmptyMessage, error)
- func (s *Server) DeployHTTP(ctx context.Context, req *acmechallenges.DeployHTTPRequest) (*acmechallenges.EmptyMessage, error)
- func (s *Server) GetHTTP(ctx context.Context, req *acmechallenges.GetHTTPRequest) (*acmechallenges.GetHTTPResponse, error)
- func (s *Server) GetVersion(ctx context.Context, req *acmechallenges.GetVersionRequest) (*acmechallenges.GetVersionResponse, error)
- func (s *Server) NotifyDNS(ctx context.Context, req *acmechallenges.NotifyDNSRequest) (*acmechallenges.EmptyMessage, error)
- type ServerOpt
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) CleanDNS ¶
func (s *Server) CleanDNS(ctx context.Context, req *acmechallenges.CleanDNSRequest) (*acmechallenges.EmptyMessage, error)
func (*Server) CleanHTTP ¶
func (s *Server) CleanHTTP(ctx context.Context, req *acmechallenges.CleanHTTPRequest) (*acmechallenges.EmptyMessage, error)
func (*Server) DeployDNS ¶
func (s *Server) DeployDNS(ctx context.Context, req *acmechallenges.DeployDNSRequest) (*acmechallenges.EmptyMessage, error)
func (*Server) DeployHTTP ¶
func (s *Server) DeployHTTP(ctx context.Context, req *acmechallenges.DeployHTTPRequest) (*acmechallenges.EmptyMessage, error)
func (*Server) GetHTTP ¶
func (s *Server) GetHTTP(ctx context.Context, req *acmechallenges.GetHTTPRequest) (*acmechallenges.GetHTTPResponse, error)
func (*Server) GetVersion ¶
func (s *Server) GetVersion(ctx context.Context, req *acmechallenges.GetVersionRequest) (*acmechallenges.GetVersionResponse, error)
func (*Server) NotifyDNS ¶
func (s *Server) NotifyDNS(ctx context.Context, req *acmechallenges.NotifyDNSRequest) (*acmechallenges.EmptyMessage, error)
type ServerOpt ¶
func WithApiKeys ¶
func WithBuildTime ¶
func WithDNStorage ¶
func WithHTTPStorage ¶
func WithVersion ¶
Click to show internal directories.
Click to hide internal directories.