Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NitricTopic ¶
type NitricTopic struct {
// contains filtered or unexported fields
}
Represents a Topic for event publishing. The runtime representation of a topic is provider specific.
func (*NitricTopic) GetName ¶
func (t *NitricTopic) GetName() string
GetName - returns the Nitric name of the topic
func (*NitricTopic) String ¶
func (t *NitricTopic) String() string
String - returns the string representation of this topic
type NitricTopicClient ¶
type NitricTopicClient struct {
// contains filtered or unexported fields
}
func (NitricTopicClient) GetTopics ¶
func (e NitricTopicClient) GetTopics() ([]Topic, error)
GetTopics - returns a slice of deployed topics in the current stack and provider.
type TopicClient ¶
func NewEventClient ¶
func NewEventClient(conn *grpc.ClientConn) TopicClient
func NewWithClient ¶
func NewWithClient(eventClient v1.EventClient, topicClient v1.TopicClient) TopicClient
Click to show internal directories.
Click to hide internal directories.