package
0.0.0-20201101102309-6f746f0cb48b
Repository: https://github.com/josephsalimin/simple-ctftime-bot.git
Documentation: pkg.go.dev

# Structs

LineContext is base context that has Event type properties.
LineTextMessageContext embedded Context and add TextMessage type properties.

# Interfaces

LineBotClient mimics line-bot-sdk-go Client.
LineBotPushMessageCall mimics line-bot-sdk-go ReplyMessageCall.
LineCommand is interface for line command.
LineCommandMapper is mapper that returns LineCommandBuilder.
LineService is our line service interface that defines function that needs to be implemented.

# Type aliases

LineCommandBuilder is builder function to generate command processor.