Functions | |
| def | generateProtobufs (output) |
Variables | |
| output = os.path.join(workspace, 'go') | |
| workspace = check_output(['bazel', 'info', 'workspace']).decode().strip() | |
| def generate_go_protobuf.generateProtobufs | ( | output | ) |
Definition at line 8 of file generate_go_protobuf.py.
| generate_go_protobuf.output = os.path.join(workspace, 'go') |
Definition at line 35 of file generate_go_protobuf.py.
| generate_go_protobuf.workspace = check_output(['bazel', 'info', 'workspace']).decode().strip() |
Definition at line 34 of file generate_go_protobuf.py.