Directories ¶
Path | Synopsis |
---|---|
Package admin provides the client for the admin service.
|
Package admin provides the client for the admin service. |
api
|
|
converter
Package converter provides the converter for converting model to Protobuf, bytes and vice versa.
|
Package converter provides the converter for converting model to Protobuf, bytes and vice versa. |
types
Package types provides the types used in the Yorkie API.
|
Package types provides the types used in the Yorkie API. |
Package client provides the client implementation of Yorkie.
|
Package client provides the client implementation of Yorkie. |
Package cluster is a package for the cluster service for communication between nodes in the Yorkie cluster.
|
Package cluster is a package for the cluster service for communication between nodes in the Yorkie cluster. |
cmd
|
|
yorkie
Package main is the entry point of the Yorkie CLI.
|
Package main is the entry point of the Yorkie CLI. |
yorkie/config
Package config provides the configuration for Admin server.
|
Package config provides the configuration for Admin server. |
yorkie/context
Package context provides the context(configuration) command.
|
Package context provides the context(configuration) command. |
yorkie/document
Package document provides the document command.
|
Package document provides the document command. |
yorkie/project
Package project provides the project command.
|
Package project provides the project command. |
internal
|
|
metaerrors
Package metaerrors provides a way to attach metadata to errors.
|
Package metaerrors provides a way to attach metadata to errors. |
validation
Package validation provides the validation functions for form and field.
|
Package validation provides the validation functions for form and field. |
version
Package version provides the version information of Yorkie.
|
Package version provides the version information of Yorkie. |
migrations
|
|
v0.5.3
Package v053 provides migration for v0.5.3
|
Package v053 provides migration for v0.5.3 |
v0.5.6
Package v056 provides migration for v0.5.6
|
Package v056 provides migration for v0.5.6 |
pkg
|
|
cache
Package cache provides a cache implementation.
|
Package cache provides a cache implementation. |
cmap
Package cmap provides a concurrent map.
|
Package cmap provides a concurrent map. |
document
Package document provides JSON-like document(CRDT) implementation.
|
Package document provides JSON-like document(CRDT) implementation. |
document/change
Package change provides the implementation of Change.
|
Package change provides the implementation of Change. |
document/crdt
Package crdt provides the implementation of the CRDT data structure.
|
Package crdt provides the implementation of the CRDT data structure. |
document/innerpresence
Package innerpresence provides the implementation of Presence.
|
Package innerpresence provides the implementation of Presence. |
document/json
Package json provides the JSON document implementation.
|
Package json provides the JSON document implementation. |
document/key
Package key provides the key implementation of the document.
|
Package key provides the key implementation of the document. |
document/operations
Package operations implements the operations that can be executed on the document.
|
Package operations implements the operations that can be executed on the document. |
document/presence
Package presence provides the proxy for the innerpresence.Presence to be manipulated from the outside.
|
Package presence provides the proxy for the innerpresence.Presence to be manipulated from the outside. |
document/time
Package time provides logical clock and ticket for document.
|
Package time provides logical clock and ticket for document. |
index
Package index provides an index tree structure to represent a document of text-base editor.
|
Package index provides an index tree structure to represent a document of text-base editor. |
llrb
Package llrb provides a Left-leaning Red-Black tree implementation.
|
Package llrb provides a Left-leaning Red-Black tree implementation. |
locker
Package locker provides a mechanism for creating finer-grained locking to help free up more global locks to handle other tasks.
|
Package locker provides a mechanism for creating finer-grained locking to help free up more global locks to handle other tasks. |
splay
Package splay provides splay tree implementation.
|
Package splay provides splay tree implementation. |
units
Package units provides a set of functions to convert between bytes and human-readable formats.
|
Package units provides a set of functions to convert between bytes and human-readable formats. |
Package server provides the Yorkie server which is the main entry point of the Yorkie system.
|
Package server provides the Yorkie server which is the main entry point of the Yorkie system. |
backend
Package backend provides the backend implementation of the Yorkie.
|
Package backend provides the backend implementation of the Yorkie. |
backend/background
Package background provides the background service.
|
Package background provides the background service. |
backend/database
Package database provides the database interface for the Yorkie backend.
|
Package database provides the database interface for the Yorkie backend. |
backend/database/memory
Package memory implements the database interface using in-memory database.
|
Package memory implements the database interface using in-memory database. |
backend/database/mongo
Package mongo implements database interfaces using MongoDB.
|
Package mongo implements database interfaces using MongoDB. |
backend/database/testcases
Package testcases contains testcases for database.
|
Package testcases contains testcases for database. |
backend/housekeeping
Package housekeeping is the package for housekeeping service.
|
Package housekeeping is the package for housekeeping service. |
backend/sync
Package sync provides the synchronization primitives for the server.
|
Package sync provides the synchronization primitives for the server. |
backend/sync/memory
Package memory provides the memory implementation of the sync package.
|
Package memory provides the memory implementation of the sync package. |
clients
Package clients provides the client related business logic.
|
Package clients provides the client related business logic. |
documents
Package documents provides the document related business logic.
|
Package documents provides the document related business logic. |
logging
Package logging provides logging facilities for Yorkie Server.
|
Package logging provides logging facilities for Yorkie Server. |
packs
Package packs implements PushPullPack which is used to sync the document between the client and the server.
|
Package packs implements PushPullPack which is used to sync the document between the client and the server. |
profiling
Package profiling provides profiling server.
|
Package profiling provides profiling server. |
profiling/prometheus
Package prometheus provides a Prometheus metrics exporter.
|
Package prometheus provides a Prometheus metrics exporter. |
projects
Package projects provides the project related business logic.
|
Package projects provides the project related business logic. |
rpc
Package rpc provides the rpc server which is responsible for handling requests from the client.
|
Package rpc provides the rpc server which is responsible for handling requests from the client. |
rpc/auth
Package auth provides authentication and authorization for RPCs.
|
Package auth provides authentication and authorization for RPCs. |
rpc/connecthelper
Package connecthelper provides helper functions for connectRPC.
|
Package connecthelper provides helper functions for connectRPC. |
rpc/httphealth
Package httphealth uses http GET to provide a health check for the server.
|
Package httphealth uses http GET to provide a health check for the server. |
rpc/interceptors
Package interceptors provides the interceptors for RPC.
|
Package interceptors provides the interceptors for RPC. |
rpc/metadata
Package metadata provides metadata for RPC.
|
Package metadata provides metadata for RPC. |
rpc/testcases
Package testcases contains testcases for server
|
Package testcases contains testcases for server |
users
Package users provides the user related business logic.
|
Package users provides the user related business logic. |
test
|
|
helper
Package helper provides helper functions for testing.
|
Package helper provides helper functions for testing. |
Click to show internal directories.
Click to hide internal directories.