Documentation ¶
Index ¶
- Constants
- func Verbose() bool
- type Driver
- func (d *Driver) Build(imageName string) (string, error)
- func (d *Driver) FillManifest(dest string) error
- func (d *Driver) Prepare() (bool, error)
- func (d *Driver) Push(image string) error
- func (d *Driver) ScriptChanged() (bool, error)
- func (d *Driver) Test(bblfshdVers, image string) error
- func (d *Driver) VersionTag() (string, error)
- type ServerInstance
Constants ¶
View Source
const (
ScriptName = dockerFileName
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
func (*Driver) FillManifest ¶
func (*Driver) ScriptChanged ¶
func (*Driver) VersionTag ¶
type ServerInstance ¶
type ServerInstance struct {
// contains filtered or unexported fields
}
func RunWithDriver ¶
func RunWithDriver(bblfshdVers, lang, id string) (*ServerInstance, error)
RunWithDriver starts a bblfshd server and installs a specified driver to it.
func (*ServerInstance) ClientV1 ¶
func (d *ServerInstance) ClientV1(ctx context.Context) (protocol1.ProtocolServiceClient, error)
func (*ServerInstance) Close ¶
func (d *ServerInstance) Close() error
Click to show internal directories.
Click to hide internal directories.