-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdoc.go
More file actions
15 lines (15 loc) · 581 Bytes
/
doc.go
File metadata and controls
15 lines (15 loc) · 581 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Package koreasecurities provides a unified gateway for Korean securities
// broker APIs.
//
// This module abstracts away the differences between Korean broker REST APIs
// (KIS, Kiwoom, LS, etc.) behind a single [github.com/smallfish06/krsec/pkg/broker.Broker] interface.
//
// Most users will import one of the sub-packages:
//
// - [github.com/smallfish06/krsec/pkg/broker] — common interface and types
// - [github.com/smallfish06/krsec/pkg/server] — embeddable HTTP server
//
// Or run the standalone server:
//
// krsec -config config.yaml
package koreasecurities