//
pkg.gl
Category
github.com/hysuki/go-upbit
websocket
package
0.0.7
Repository:
https://github.com/hysuki/go-upbit.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
2
Files
341 SLOC
#
Packages
common
No description provided by the author
private
No description provided by the author
public
Package public은 Upbit 거래소의 공개 웹소켓 API를 제공합니다.
#
Functions
AddSubscribe
AddSubscribe는 구독 함수를 생성합니다.
NewBaseClient
NewBaseClient는 새로운 웹소켓 기본 클라이언트를 생성합니다.
#
Structs
BaseClient
BaseClient는 웹소켓 기본 클라이언트입니다.
Message
Message는 웹소켓 메시지를 나타냅니다.
ReadMessage
ReadMessage는 웹소켓 메시지를 읽어옵니다.
StatusResponse
StatusResponse는 서버 상태 응답을 나타냅니다.
#
Type aliases
SubscribeFunc
SubscribeFunc는 구독 함수 타입을 정의합니다.