Versions in this module Expand all Collapse all v0 v0.1.0 Oct 26, 2024 Changes in this version + var Command = &cobra.Command + var ContextRemoteKey = &contextRemoteType + var DefaultOpt = Options + var Opt = DefaultOpt + func WithRemote(next http.Handler) http.Handler + type Addr struct + func (a Addr) Network() string + func (a Addr) String() string + type Options struct + AppendOnly bool + Auth libhttp.AuthConfig + CacheObjects bool + HTTP libhttp.Config + PrivateRepos bool + Stdio bool + type StdioConn struct + func (s *StdioConn) Close() error + func (s *StdioConn) LocalAddr() net.Addr + func (s *StdioConn) Read(p []byte) (int, error) + func (s *StdioConn) RemoteAddr() net.Addr + func (s *StdioConn) SetDeadline(t time.Time) error + func (s *StdioConn) SetReadDeadline(t time.Time) error + func (s *StdioConn) SetWriteDeadline(t time.Time) error + func (s *StdioConn) Write(p []byte) (int, error)