Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AgentParameters ¶
type AgentParameters struct {
// contains filtered or unexported fields
}
AgentParameters represents the various options to run an Aries Agent.
func NewAgentParameters ¶
func NewAgentParameters(server server, cmd *cobra.Command) (*AgentParameters, error)
NewAgentParameters constructs AgentParameters with the given cobra command.
type HTTPServer ¶
type HTTPServer struct{}
HTTPServer represents an actual server implementation.
func (*HTTPServer) ListenAndServe ¶
func (s *HTTPServer) ListenAndServe(host string, router http.Handler, certFile, keyFile string) error
ListenAndServe starts the server using the standard Go HTTP server implementation.
Click to show internal directories.
Click to hide internal directories.