Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AnyDirSource ¶ added in v0.3.3
type AnyDirSource struct{}
type Config ¶
type Config struct { Workdir string ConfigPath string // If true, do not load project extensions NoExtensions bool LogOutput io.Writer DisableHostRW bool RunnerHost string SessionToken string // WARNING: this is currently exposed directly but will be removed or // replaced with something incompatible in the future. RawBuildkitStatus chan *bkclient.SolveStatus }
type NamedSocketProviders ¶ added in v0.3.7
type NamedSocketProviders map[string]sshforward.SSHServer
type SocketProvider ¶ added in v0.3.7
type SocketProvider struct { Named NamedSocketProviders EnableHostNetworkAccess bool }
Map of id -> handler for that id.
func (SocketProvider) CheckAgent ¶ added in v0.3.7
func (m SocketProvider) CheckAgent(ctx context.Context, req *sshforward.CheckAgentRequest) (*sshforward.CheckAgentResponse, error)
func (SocketProvider) ForwardAgent ¶ added in v0.3.7
func (m SocketProvider) ForwardAgent(stream sshforward.SSH_ForwardAgentServer) error
func (SocketProvider) Register ¶ added in v0.3.7
func (m SocketProvider) Register(server *grpc.Server)
Click to show internal directories.
Click to hide internal directories.