server

package
v0.0.0-...-20f0d7a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2021 License: GPL-3.0, AGPL-3.0 Imports: 26 Imported by: 0

Documentation

Overview

This program, Sisikyo, is a program that provides utilities for an API. Copyright 2021 Ken Shibata This program comes with ABSOLUTELY NO WARRANTY and this program is free software, and you are welcome to redistribute it under certain conditions; for details view the `license.md` file. This program uses open source software; for details view the `license.md` file.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Main

func Main() error

Types

type ICSOptions

type ICSOptions struct {
	OAuthSecret string `form:"secret" binding:""`

	Public *bool         `form:"public" binding:""`
	Start  *time.Time    `form:"start" binding:""`
	End    *time.Time    `form:"end" binding:""`
	Tags   []string      `form:"tag" binding:""`
	Term   []api.TermID  `form:"term" binding:""`
	Orgs   []api.OrgSlug `form:"org" binding:""`
	Name   string        `form:"name" binding:""`
	Desc   string        `form:"desc" binding:""`
}

func (ICSOptions) List

func (o ICSOptions) List(c *api.Client) ([]api.Event, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL