Giter VIP home page Giter VIP logo

xray-api-documents's Introduction

Hi there 👋

Anurag's GitHub stats

xray-api-documents's People

Contributors

crossfw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

xray-api-documents's Issues

请教您一个问题,我编译您的代码的时候出现这个

[root@96 gofile]# go build structures.go
structures.go:4:2: no required module provides package github.com/xtls/xray-core/app/log/command: working directory is not part of a module
structures.go:5:2: no required module provides package github.com/xtls/xray-core/app/proxyman/command: working directory is not part of a module
structures.go:6:2: no required module provides package github.com/xtls/xray-core/app/router/command: working directory is not part of a module
structures.go:7:2: no required module provides package github.com/xtls/xray-core/app/stats/command: working directory is not part of a module
structures.go:8:2: no required module provides package google.golang.org/grpc: working directory is not part of a module
对于go语言,我不懂,今天刚安装成功,用它编译您的代码出现这个问题。我知道可能是因为包的原因。但我不知道是不是要把XTLS等需要的包下载下来或者放到哪里,很抱歉问了这么个小白的问题,希望得到您的解答,谢谢!

能否给一个alteroutbond socks5的实例

照着alterInbound的例子写的,但总提示
"rpc error: code = Unknown desc = app/proxyman/command: not an outbound operation"
代码:

func AlterOutBound(client command.HandlerServiceClient, user *models.UserInfo) error {
	_, err := client.AlterOutbound(context.Background(), &command.AlterOutboundRequest{
		Tag: user.InTag,
		Operation: serial.ToTypedMessage(&command.AddUserOperation{
			User: &protocol.User{
				Level: user.Level,
				Email: user.Email,
				Account: serial.ToTypedMessage(&socks.Account{
					Username: user.Username,
					Password: user.Password,
				}),
			},
		}),
	})
   return err
}

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.