Documentation
¶
Overview ¶
go-podman/internal/structures/network/payload_serializer_interface.go
go-podman/internal/structures/network/request_builder_interface.go
go-podman/internal/structures/network/response_reader_interface.go
go-podman/internal/structures/network/response_validator_interface.go
go-podman/internal/structures/network/transport_interface.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPRequestBuilder ¶
type PayloadSerializer ¶
type ResponseReader ¶
type ResponseValidator ¶
type TransportCreator ¶
type TransportCreator interface {
NewUnixTransport(socketPath string) http.RoundTripper
}
Click to show internal directories.
Click to hide internal directories.