PSTopic

object PSTopic
Companion:
class
class Object
trait Matchable
class Any
PSTopic.type

Value members

Concrete methods

def createTopic(project: String, topic: String): ZIO[PSTopicEnv, Throwable, Topic]
def deleteTopic(project: String, topic: String): ZIO[PSTopicEnv, Throwable, Unit]
def live(path: Option[String]): TaskLayer[PSTopicEnv]

Concrete fields

val test: TaskLayer[PSTopicEnv]