Home
last modified time | relevance | path

Searched defs:gitlabWrapper (Results 1 – 3 of 3) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/internal/channel/
H A Dwrappers.go31 type gitlabWrapper struct { struct
32 base64 bool
33 conn Connection
36 func (w *gitlabWrapper) ReadMessage() (int, []byte, error) {
52 func (w *gitlabWrapper) WriteMessage(mt int, data []byte) error {
65 func (w *gitlabWrapper) WriteControl(mt int, data []byte, deadline time.Time) error {
69 func (w *gitlabWrapper) UnderlyingConn() net.Conn {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/gitlab.com/gitlab-org/gitlab-terminal/
H A Dwrappers.go43 type gitlabWrapper struct { struct
44 base64 bool
45 conn Connection
56 func (w *gitlabWrapper) ReadMessage() (int, []byte, error) {
74 func (w *gitlabWrapper) WriteMessage(mt int, data []byte) error {
87 func (w *gitlabWrapper) WriteControl(mt int, data []byte, deadline time.Time) error {
91 func (w *gitlabWrapper) Close() error {
95 func (w *gitlabWrapper) UnderlyingConn() net.Conn {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/gitlab.com/gitlab-org/gitlab-terminal/gitlab-terminal-2a71b03b44621289b28493d8bf3eaa9f64dbb6c9/
H A Dwrappers.go43 type gitlabWrapper struct { struct
44 base64 bool
45 conn Connection
56 func (w *gitlabWrapper) ReadMessage() (int, []byte, error) {
74 func (w *gitlabWrapper) WriteMessage(mt int, data []byte) error {
87 func (w *gitlabWrapper) WriteControl(mt int, data []byte, deadline time.Time) error {
91 func (w *gitlabWrapper) Close() error {
95 func (w *gitlabWrapper) UnderlyingConn() net.Conn {