Coder Social home page Coder Social logo

jzero-io / jzero Goto Github PK

View Code? Open in Web Editor NEW
33.0 5.0 2.0 5.91 MB

Used to create project from templates and generate Server/Client code by proto and api file.

Home Page: https://jzero.jaronnie.com/

License: MIT License

Go 84.52% Smarty 15.11% Dockerfile 0.37%
api cobra go-zero grpc grpc-gateway cloud-native code-generation go microservice

jzero's Introduction

jzero's People

Contributors

jaronnie avatar mintsberry avatar soulping avatar djski avatar

Stargazers

同学的可爱女友糖糖 avatar  avatar liushun-ing avatar Hanggang Zhu avatar Yiming Shen avatar  avatar  avatar  avatar zhangya avatar  avatar huerni avatar 芊雨 avatar 杜鑫 avatar Conkay Yan avatar  avatar  avatar  avatar Harvey avatar Yaqing Chyi avatar gangge avatar  avatar 老卫同学 avatar  avatar  avatar Karthus avatar  avatar zzz avatar Yi7 avatar Dave avatar  avatar qing avatar  avatar huangguoqiang avatar

Watchers

Lucian avatar  avatar huangguoqiang avatar  avatar  avatar

jzero's Issues

jzero gen --remove-suffix error

syntax = "proto3";

package hellopb;

import "google/api/annotations.proto";

option go_package = "./pb/hellopb";

message Empty {}
  
message SayHelloResponse {
      string message = 1;
}

service hello {
    rpc SayHello(Empty) returns(SayHelloResponse) {
        option (google.api.http) = {
            get: "/api/v1/hello"
        };
    };
}

service helloV2 {
    rpc SayHelloV2(Empty) returns(SayHelloResponse) {
        option (google.api.http) = {
            get: "/api/v2/hello"
        };
    };
}

error:

Error: open /Users/jaronnie/Desktop/jaronnie/github/jzero-io/examples/simplegateway/internal/server/hellov2/hellov2.go: no such file or directory

gopathwalk: scanning directory: operation not permitted in macos

2024/05/20 17:30:08 gopathwalk: scanning directory /Users/jaronnie: open /Users/jaronnie/Library/IntelligencePlatform: operation not permitted
2024/05/20 17:30:13 gopathwalk: scanning directory /Users/jaronnie: open /Users/jaronnie/Library/Weather: operation not permitted
2024/05/20 17:30:20 gopathwalk: scanning directory /Users/jaronnie: open /Users/jaronnie/Library/DoNotDisturb: operation not permitted

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.