You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
syntax = "proto3";
package hoge.hoge_hello.v1;
option go_package = "hoge.hoge_hello.v1";
message Person {
string name = 1;
}
Exec log( $ docker-compoe up )
2021/12/06 12:00:00 Failed to generate server formatting: 21:12: expected 'STRING', found '.' (and 2 more errors)
// Code generated by GripMock. DO NOT EDIT.
package main
...
import hoge.hoge_hello.v1 "hoge.hoge_hello.v1"
...
--gripmock_out: protoc-gen-gripmock: Plugin failed with status code 1.
2021/12/06 12:00:00 Failed on protoc exit status 1
exited with code 1
The text was updated successfully, but these errors were encountered:
I tried run server on Docker, but exit status 1...
Can you identify the cause and fix it?
※ As a premise, filename and package name cannot be changed.
Directory
File details
docker-compose.yml
proto/hoge-server.proto
proto/hoge-server-model.proto
Exec log( $ docker-compoe up )
The text was updated successfully, but these errors were encountered: