Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add driver client #2

Closed
smola opened this issue May 9, 2017 · 0 comments
Closed

add driver client #2

smola opened this issue May 9, 2017 · 0 comments
Assignees
Milestone

Comments

@smola
Copy link
Member

smola commented May 9, 2017

Add driver client to be used by the server.

It should implement, at least:

ParseUAST(req *protocol.ParseUASTRequest) (*protocol.ParseUASTResponse, error)

The rest of it should be something along the lines of:

type Driver struct{}
func ExecDriver(r *runtime.Runtime, desc *DriverDescriptor) (*Driver, error)
func (d *Driver) ParseUAST(req *protocol.ParseUASTRequest) (*protocol.ParseUASTResponse, error)
func (d *Driver) Close() error
@smola smola self-assigned this May 9, 2017
@smola smola modified the milestone: v0.1.0 May 9, 2017
@smola smola closed this as completed in f03d509 May 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant