Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBoardStreamStore ¶
func GetBoardStreamStore() repositories.BoardStreamStore
func GetRegisterSymbolStore ¶
func GetRegisterSymbolStore() repositories.RegisterSymbolStore
func GetTokenStore ¶
func GetTokenStore() repositories.TokenStore
Types ¶
type RegisterSymbol ¶
type RegisterSymbol struct { Symbol *kabuspb.RegisterSymbol Requesters []string // contains filtered or unexported fields }
func (*RegisterSymbol) AddRequester ¶
func (r *RegisterSymbol) AddRequester(requester string)
func (*RegisterSymbol) HasRequester ¶
func (r *RegisterSymbol) HasRequester(requester string) bool
func (*RegisterSymbol) IsRequestersEmpty ¶
func (r *RegisterSymbol) IsRequestersEmpty() bool
func (*RegisterSymbol) RemoveRequester ¶
func (r *RegisterSymbol) RemoveRequester(requester string)
Click to show internal directories.
Click to hide internal directories.