package
0.0.0-20231219144816-ae6a11d16c73
Repository: https://github.com/boxcolli/go-transistor.git
Documentation: pkg.go.dev

# README

/base

  • Base doesn't support relative complement of topic.
    • ex)
      ADD [A0]
      DEL [A0 B0 C0] - this request will be ignored.
      result: [A0]
      
  • Base supports union of topic.
    • ex)
      ADD [A0 B0 C0]
      ADD [A0]
      result: [A0] - B0 and C0 is truncated.
      

# Packages

No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Interfaces

No description provided by the author