File: client_export_test.go

package info (click to toggle)
golang-github-cowsql-go-cowsql 1.22.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie, trixie-proposed-updates
  • size: 716 kB
  • sloc: sh: 373; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
package client

import (
	"github.com/cowsql/go-cowsql/internal/protocol"
)

func (c *Client) Protocol() *protocol.Protocol {
	return c.protocol
}